X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fssl.c;h=6df0b23a96b2c7e45aa4f24c7c9b862d94d68b32;hb=c204b571bad7df2f1de4ff5f30f14923565081c7;hp=245ea8d8a9893efedad82a4d80e137f052fc7b24;hpb=fef3094bcfb4fae0b7409bb5270ec260b1c6ddee;p=dockapps%2Fwmnotify.git diff --git a/src/ssl.c b/src/ssl.c index 245ea8d..6df0b23 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -35,7 +35,7 @@ InitCTX( void ) SSL_METHOD *method; SSL_CTX *ctx; - OpenSSL_add_all_algorithms(); /* Load cryptos, et.al. */ + SSL_library_init(); /* Load cryptos, et.al. */ SSL_load_error_strings(); /* Bring in and register error messages */ method = SSLv2_client_method(); /* Create new client-method instance */ ctx = SSL_CTX_new(method); /* Create new context */