diff options
Diffstat (limited to 'thirdparty/openssl/crypto/engine/eng_fat.c')
-rw-r--r-- | thirdparty/openssl/crypto/engine/eng_fat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/openssl/crypto/engine/eng_fat.c b/thirdparty/openssl/crypto/engine/eng_fat.c index 4279dd94b1..55d3858bb1 100644 --- a/thirdparty/openssl/crypto/engine/eng_fat.c +++ b/thirdparty/openssl/crypto/engine/eng_fat.c @@ -167,6 +167,7 @@ int ENGINE_register_complete(ENGINE *e) #endif ENGINE_register_RAND(e); ENGINE_register_pkey_meths(e); + ENGINE_register_pkey_asn1_meths(e); return 1; } |