dovecot-2.1: lib-ssl-iostream: Call OpenSSL_add_all_algorithms()...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 24 01:53:12 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/733ac4aba089
changeset: 13770:733ac4aba089
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 24 01:34:02 2011 +0200
description:
lib-ssl-iostream: Call OpenSSL_add_all_algorithms() to make some OpenSSL versions happy.

diffstat:

 src/lib-ssl-iostream/iostream-openssl-context.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 1fed3c1c166e -r 733ac4aba089 src/lib-ssl-iostream/iostream-openssl-context.c
--- a/src/lib-ssl-iostream/iostream-openssl-context.c	Thu Nov 24 01:12:33 2011 +0200
+++ b/src/lib-ssl-iostream/iostream-openssl-context.c	Thu Nov 24 01:34:02 2011 +0200
@@ -438,6 +438,7 @@
 	ssl_global_initialized = TRUE;
 	SSL_library_init();
 	SSL_load_error_strings();
+	OpenSSL_add_all_algorithms();
 
 	dovecot_ssl_extdata_index =
 		SSL_get_ex_new_index(0, dovecot, NULL, NULL, NULL);


More information about the dovecot-cvs mailing list