summaryrefslogblamecommitdiff
path: root/user/libgit2/libressl.patch
blob: 967cdc498233f1f43f5c25b17ad00cfb1cfa6ba8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                             
diff -ru src.orig/libgit2-0.25.1/src/openssl_stream.h src/libgit2-0.25.1/src/openssl_stream.h
--- libgit2-0.25.1/src/copenssl_stream.h.orig
+++ libgit2-0.25.1/src/openssl_stream.h
@@ -27,7 +27,7 @@
 
 
 
-# if OPENSSL_VERSION_NUMBER < 0x10100000L
+# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
 
 GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
 {