]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
ssl: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.
authorTimo Sirainen <tss@iki.fi>
Thu, 4 Nov 2010 16:37:49 +0000 (16:37 +0000)
committerTimo Sirainen <tss@iki.fi>
Thu, 4 Nov 2010 16:37:49 +0000 (16:37 +0000)
src/login-common/ssl-proxy-openssl.c

index aeabe5b559987892d3b8f7c9a02c7ed6c14e4b77..f5b0d4f31c2b3d6ab1ba6e57ecf5a3029b96c36e 100644 (file)
@@ -1170,6 +1170,7 @@ void ssl_proxy_init(void)
 
        SSL_library_init();
        SSL_load_error_strings();
+       OpenSSL_add_all_algorithms();
 
        extdata_index = SSL_get_ex_new_index(0, dovecot, NULL, NULL, NULL);