diff options
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htslib.c b/src/htslib.c index cbb0005..eb20aae 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5534,8 +5534,7 @@ HTSEXT_API int hts_init(void) { Initialize the OpensSSL library */ if (!openssl_ctx) { - if (SSL_load_error_strings) - SSL_load_error_strings(); + SSL_load_error_strings(); SSL_library_init(); ///if (SSL_load_error_strings) SSL_load_error_strings(); //if (ERR_load_crypto_strings) ERR_load_crypto_strings(); |