trousers: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:46 +02:00
parent 4941a1a726
commit ec65d9aa90
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 @@
--- src/trspi/crypto/openssl/rsa.c 2016-11-21 03:16:10 UTC
+++ src/trspi/crypto/openssl/rsa.c
@@ -38,7 +38,7 @@
#define DEBUG_print_openssl_errors()
#endif
-#if OPENSSL_VERSION_NUMBER < 0x10100001L
+#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER)
static int
RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
{

View file

@ -1,7 +1,7 @@
# Template file for 'trousers'
pkgname=trousers
version=0.3.14
revision=4
revision=5
build_style=gnu-configure
conf_files="/etc/tcsd.conf"
makedepends="libressl-devel"