diff options
Diffstat (limited to 'crypto/engine/tb_pkmeth.c')
-rw-r--r-- | crypto/engine/tb_pkmeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_pkmeth.c b/crypto/engine/tb_pkmeth.c index 03cd1e69dd6d..c5c001c5cbec 100644 --- a/crypto/engine/tb_pkmeth.c +++ b/crypto/engine/tb_pkmeth.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "eng_int.h" +#include "eng_local.h" #include <openssl/evp.h> static ENGINE_TABLE *pkey_meth_table = NULL; |