diff options
author | Paul Morgan <jumanjiman@gmail.com> | 2017-06-22 10:59:08 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-23 08:23:39 +0000 |
commit | 6f61db13e5d97af2c90fa582dbbe0d6bb0c70aab (patch) | |
tree | 2e989b4bd6acd784699eac52554fa93cd516ffd1 /community/duo_unix/libressl.patch | |
parent | b820ad148afcc432843ce1577c33b9902f7880aa (diff) | |
download | aports-6f61db13e5d97af2c90fa582dbbe0d6bb0c70aab.tar.bz2 aports-6f61db13e5d97af2c90fa582dbbe0d6bb0c70aab.tar.xz |
community/duo_unix: upgrade to 1.10.0
Remove libressl patch because it's in upstream duo_unix as of
https://github.com/duosecurity/duo_unix/commit/c539ba7aa3ec064
Diffstat (limited to 'community/duo_unix/libressl.patch')
-rw-r--r-- | community/duo_unix/libressl.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/community/duo_unix/libressl.patch b/community/duo_unix/libressl.patch deleted file mode 100644 index 57c5f2f95d..0000000000 --- a/community/duo_unix/libressl.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff --git a/lib/https.c b/lib/https.c -index b64e03a..b900924 100644 ---- a/lib/https.c -+++ b/lib/https.c -@@ -356 +356 @@ _establish_connection(struct https_request * const req, --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) |