avoid of error string loading;
This commit is contained in:
parent
c6b0db3633
commit
9c19c11298
@ -318,7 +318,7 @@ int sntl_init(void)
|
|||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
|
|
||||||
OpenSSL_add_all_algorithms();
|
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);
|
ex_ssldata_index = SSL_get_ex_new_index(0, "__ssldata index", NULL, NULL, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user