We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd0aa81 + f28744a commit 40139feCopy full SHA for 40139fe
src/openssl_stream.c
@@ -103,7 +103,7 @@ int git_openssl_stream_global_init(void)
103
ssl_opts |= SSL_OP_NO_COMPRESSION;
104
#endif
105
106
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
107
SSL_load_error_strings();
108
OpenSSL_add_ssl_algorithms();
109
#else
0 commit comments