Load module in SSL_library_init
[openssl.git] / ssl / ssl_algs.c
index fc6af9008193cd3f118e40f0c182db245ed86e46..1bb9cb6c68bb1d404e97de3111bb8b1af9394965 100644 (file)
@@ -133,5 +133,6 @@ int SSL_library_init(void)
 #endif
     /* initialize cipher/digest methods table */
     ssl_load_ciphers();
+    SSL_add_ssl_module();
     return (1);
 }