Commit 83ccff734d604c870740fc0a4326fee3cf5a45b2

Authored by Perry Werneck
1 parent 6be214b0
Exists in master and in 1 other branch develop

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 220  
221 221 #endif
222 222  
223   - exit(-1);
224   -
225 223 context = SSL_CTX_new(SSLv23_method());
226 224 if(context == NULL) {
227 225 static const LIB3270_SSL_MESSAGE message = {
... ...