From 93b988d640e5e2a07319f246b2630ef6992a89f0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Apr 2018 09:45:42 +0200 Subject: [PATCH] open-isns: remove libressl patches --- srcpkgs/open-isns/patches/libressl.patch | 11 ----------- srcpkgs/open-isns/template | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 srcpkgs/open-isns/patches/libressl.patch diff --git a/srcpkgs/open-isns/patches/libressl.patch b/srcpkgs/open-isns/patches/libressl.patch deleted file mode 100644 index 7732295f239..00000000000 --- a/srcpkgs/open-isns/patches/libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pki.c.orig -+++ pki.c -@@ -30,7 +30,7 @@ - #endif - /* OpenSSL 1.1 made a lot of structures opaque, so we need to - * define the 1.1 wrappers in previous versions. */ --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - #define EVP_PKEY_base_id(o) ((o)->type) - #define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa) - static EVP_MD_CTX *EVP_MD_CTX_new(void) diff --git a/srcpkgs/open-isns/template b/srcpkgs/open-isns/template index 1ec669d0e01..1c1e33cb1e5 100644 --- a/srcpkgs/open-isns/template +++ b/srcpkgs/open-isns/template @@ -1,7 +1,7 @@ # Template file for 'open-isns' pkgname=open-isns version=0.98 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-shared" makedepends="libressl-devel"