open-isns: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:42 +02:00
parent 4f4bf04370
commit 93b988d640
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 1 additions and 12 deletions

View file

@ -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)

View file

@ -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"