From 83ccff734d604c870740fc0a4326fee3cf5a45b2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Sep 2022 16:45:30 -0300 Subject: [PATCH] Removing exit() used for ssl debugging. --- src/network_modules/openssl/context.c | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) 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