Commit 83ccff734d604c870740fc0a4326fee3cf5a45b2
1 parent
6be214b0
Exists in
master
and in
1 other branch
Removing exit() used for ssl debugging.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/network_modules/openssl/context.c
@@ -220,8 +220,6 @@ SSL_CTX * lib3270_openssl_get_context(H3270 *hSession) { | @@ -220,8 +220,6 @@ SSL_CTX * lib3270_openssl_get_context(H3270 *hSession) { | ||
220 | 220 | ||
221 | #endif | 221 | #endif |
222 | 222 | ||
223 | - exit(-1); | ||
224 | - | ||
225 | context = SSL_CTX_new(SSLv23_method()); | 223 | context = SSL_CTX_new(SSLv23_method()); |
226 | if(context == NULL) { | 224 | if(context == NULL) { |
227 | static const LIB3270_SSL_MESSAGE message = { | 225 | static const LIB3270_SSL_MESSAGE message = { |