diff --git a/src/network_modules/openssl/context.c b/src/network_modules/openssl/context.c index b1233a9..8daf6e8 100644 --- a/src/network_modules/openssl/context.c +++ b/src/network_modules/openssl/context.c @@ -220,8 +220,6 @@ SSL_CTX * lib3270_openssl_get_context(H3270 *hSession) { #endif - exit(-1); - context = SSL_CTX_new(SSLv23_method()); if(context == NULL) { static const LIB3270_SSL_MESSAGE message = { -- libgit2 0.21.2