diff options
author | Paul Morgan <jumanjiman@gmail.com> | 2018-04-28 12:34:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 07:56:10 +0000 |
commit | 16def6e1d90e7f54dbdb52b2df62acd696a8d977 (patch) | |
tree | fe607b307feab97f69b64ccfd59da755c8ccb852 /community/duo_unix/libressl-2.7.patch | |
parent | 39429349752bbb2add5bb29f04cc633a7056d07e (diff) | |
download | aports-16def6e1d90e7f54dbdb52b2df62acd696a8d977.tar.bz2 aports-16def6e1d90e7f54dbdb52b2df62acd696a8d977.tar.xz |
community/duo_unix: upgrade to 1.10.3
Plus: fix the libressl patch to align with this upstream PR:
https://github.com/duosecurity/duo_unix/pull/116
Diffstat (limited to 'community/duo_unix/libressl-2.7.patch')
-rw-r--r-- | community/duo_unix/libressl-2.7.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/duo_unix/libressl-2.7.patch b/community/duo_unix/libressl-2.7.patch index 8a4269dd69..cd6b583a3b 100644 --- a/community/duo_unix/libressl-2.7.patch +++ b/community/duo_unix/libressl-2.7.patch @@ -7,7 +7,7 @@ index 33c296a..b526add 100644 * or any version of LibreSSL. */ -#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2070000fL static HMAC_CTX * HMAC_CTX_new(void) { |