initialize cipher/digest methods table in SSL_library_init() and hence remove the...
[openssl.git] / ssl / ssl_algs.c
index 1a41b9967cf4548580797ebc7663328a4a01d40f..ac82d45a9c61931b1bc3f7f49ce4121cfc78ad45 100644 (file)
@@ -115,6 +115,8 @@ int SSL_library_init(void)
           be discarded safely */
        (void)SSL_COMP_get_compression_methods();
 #endif
           be discarded safely */
        (void)SSL_COMP_get_compression_methods();
 #endif
+       /* initialize cipher/digest methods table */
+       ssl_load_ciphers();
        return(1);
        }
 
        return(1);
        }