Explicitly fetch ciphers and digests in libssl
[openssl.git] / ssl / ssl_init.c
index 3e854261129c0173f820180a9a47eb081ccb42e0..2ccbda7fa31920ccf846afae974552c9e3f3d195 100644 (file)
@@ -94,10 +94,7 @@ DEFINE_RUN_ONCE_STATIC(ossl_init_ssl_base)
      */
     SSL_COMP_get_compression_methods();
 #endif
-    /* initialize cipher/digest methods table */
-    if (!ssl_load_ciphers())
-        return 0;
-
+    ssl_sort_cipher_list();
     OSSL_TRACE(INIT,"ossl_init_ssl_base: SSL_add_ssl_module()\n");
     /*
      * We ignore an error return here. Not much we can do - but not that bad