diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-04 12:12:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:24 +0000 |
commit | 26139567fa01bc9f57a9ee5d4d39544b440c7db5 (patch) | |
tree | 42a8cec77de2f3b833e752bcec37d93fd905c33a /main/libgit2/libressl-2.7.patch | |
parent | a8d4525d8af29daae854e6f5c414c951a881c2f9 (diff) | |
download | aports-26139567fa01bc9f57a9ee5d4d39544b440c7db5.tar.bz2 aports-26139567fa01bc9f57a9ee5d4d39544b440c7db5.tar.xz |
main/libgit2: rebuild against libressl-2.7
Diffstat (limited to 'main/libgit2/libressl-2.7.patch')
-rw-r--r-- | main/libgit2/libressl-2.7.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/libgit2/libressl-2.7.patch b/main/libgit2/libressl-2.7.patch new file mode 100644 index 0000000000..5c96b335a5 --- /dev/null +++ b/main/libgit2/libressl-2.7.patch @@ -0,0 +1,13 @@ +diff --git a/src/openssl_stream.h b/src/openssl_stream.h +index f5e59da..b769437 100644 +--- a/src/openssl_stream.h ++++ b/src/openssl_stream.h +@@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_stream **out, const char *host, const char + + + +-# 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) + { |