diff options
Diffstat (limited to 'crypto/engine/tb_dsa.c')
-rw-r--r-- | crypto/engine/tb_dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_dsa.c b/crypto/engine/tb_dsa.c index 15492d56b8..a22e8f6941 100644 --- a/crypto/engine/tb_dsa.c +++ b/crypto/engine/tb_dsa.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "eng_int.h" +#include "eng_local.h" static ENGINE_TABLE *dsa_table = NULL; static const int dummy_nid = 1; |