dovecot-1.2: ssl: Call OpenSSL_add_all_algorithms() to make some...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 4 18:38:08 EET 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/e388554e373f
changeset: 9628:e388554e373f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 04 16:37:49 2010 +0000
description:
ssl: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.

diffstat:

 src/login-common/ssl-proxy-openssl.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 8c8bde0f9120 -r e388554e373f src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Tue Nov 02 19:23:37 2010 +0000
+++ b/src/login-common/ssl-proxy-openssl.c	Thu Nov 04 16:37:49 2010 +0000
@@ -947,6 +947,7 @@
 
 	SSL_library_init();
 	SSL_load_error_strings();
+	OpenSSL_add_all_algorithms();
 
 	extdata_index = SSL_get_ex_new_index(0, dovecot, NULL, NULL, NULL);
 	ssl_proxy_init_server(certfile, keyfile);


More information about the dovecot-cvs mailing list