Allocate the three shared DRBGs on the secure heap
[openssl.git] / crypto / engine / eng_fat.c
index 0ca41329cd41099b9d9868159d26a0c1cccd41f3..591fddc8e4fb6c048ade711c832bdd36cadc61ec 100644 (file)
@@ -108,6 +108,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;
 }