aports/main/libgit2/libressl-2.7.patch
2018-04-28 22:15:13 +02:00

12 lines
273 B
Diff

--- 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)
{