Add missing prototype. Extend engine utility to print public key algorithms.
[openssl.git] / crypto / engine / eng_fat.c
index 27c1662f6254d96986b25da8079b45db1341059d..80cc4f0073a1a71044b10a5048e7d3590ec1a1f0 100644 (file)
@@ -154,6 +154,7 @@ int ENGINE_register_complete(ENGINE *e)
        ENGINE_register_ECDSA(e);
 #endif
        ENGINE_register_RAND(e);
+       ENGINE_register_pkey_meths(e);
        return 1;
        }