mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
open-isns: remove libressl patches
This commit is contained in:
parent
4f4bf04370
commit
93b988d640
2 changed files with 1 additions and 12 deletions
|
@ -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)
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue