Auto init/deinit libcrypto
[openssl.git] / crypto / include / internal / evp_int.h
index 24c6870628c58dbbdfc7cf7af7b7e85833c63fbf..2c9b2a317d23562ed36a346060fcbf36a58b32ee 100644 (file)
@@ -415,3 +415,7 @@ struct evp_pkey_st {
     int save_parameters;
     STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
 } /* EVP_PKEY */ ;
+
+
+void openssl_add_all_ciphers_internal(void);
+void openssl_add_all_digests_internal(void);