Skip to content

Commit

Permalink
LibreSSL compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 24, 2017
1 parent 1ca35ee commit 91f9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ int tls_init_library(void)

tls_cnx_handshook = 0;
tls_data_cnx_handshook = 0;
# if OPENSSL_VERSION_NUMBER < 0x10100000L
# if (OPENSSL_VERSION_NUMBER < 0x10100000L) || !defined(OPENSSL_INIT_LOAD_SSL_STRINGS)
SSL_library_init();
SSL_load_error_strings();
OpenSSL_add_all_algorithms();
Expand Down

0 comments on commit 91f9f02

Please sign in to comment.