* Corrected overly-escaped reply-to addresses in "reply" button
[citadel.git] / webcit / crypto.c
index e7774d8a9e368d31323b7852ceed8249f2051b58..07c4d405e50f85262b765a1670519e8ebc5d7e3b 100644 (file)
@@ -83,7 +83,7 @@ void init_ssl(void)
         * Initialize SSL transport layer
         */
        SSL_library_init();
-       OpenSSL_add_all_algorithms();
+       /* OpenSSL_add_all_algorithms(); */
        SSL_load_error_strings();
        ssl_method = SSLv2_server_method();
        if (!(ssl_ctx = SSL_CTX_new(ssl_method))) {