diff --git a/src/network_modules/openssl/context.c b/src/network_modules/openssl/context.c index b1233a9..2277011 100644 --- a/src/network_modules/openssl/context.c +++ b/src/network_modules/openssl/context.c @@ -156,7 +156,6 @@ SSL_CTX * lib3270_openssl_get_context(H3270 *hSession) { return context; SSL_load_error_strings(); - SSL_library_init(); #if !defined(OPENSSL_FIPS) @@ -220,7 +219,7 @@ SSL_CTX * lib3270_openssl_get_context(H3270 *hSession) { #endif - exit(-1); + SSL_library_init(); context = SSL_CTX_new(SSLv23_method()); if(context == NULL) { -- libgit2 0.21.2