blob: 6bf1af1eb4ef94b4ecdd1150cbdbc25d07a0bcb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/streams/openssl.h
+++ b/src/streams/openssl.h
@@ -31,7 +31,7 @@
-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+# if OPENSSL_VERSION_NUMBER < 0x10100000L
GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
{
|