From 9c19c112989bc7fe3d8e2a2abe92957952bb0d9d Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Fri, 31 Jul 2015 20:12:10 +0300 Subject: [PATCH] avoid of error string loading; --- lib/sntllv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sntllv2.c b/lib/sntllv2.c index 7cf4669..2b4c36c 100644 --- a/lib/sntllv2.c +++ b/lib/sntllv2.c @@ -318,7 +318,7 @@ int sntl_init(void) SSL_library_init(); OpenSSL_add_all_algorithms(); - SSL_load_error_strings(); + //SSL_load_error_strings(); ex_ssldata_index = SSL_get_ex_new_index(0, "__ssldata index", NULL, NULL, NULL);