openvpn: rebuild for libressl-2.9.2.

This commit is contained in:
Johannes 2019-04-26 01:00:23 +02:00
parent 8e8d00766e
commit 38a330ed2b
2 changed files with 1 additions and 10 deletions

View File

@ -18,12 +18,3 @@
if (tls13)
{
SSL_CTX_set_min_proto_version(tls_ctx.ctx, TLS1_3_VERSION);
@@ -1867,7 +1867,7 @@
crypto_msg(M_FATAL, "Cannot create SSL object");
}
-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL)
+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined(LIBRESSL_VERSION_NUMBER))
STACK_OF(SSL_CIPHER) *sk = SSL_get_ciphers(ssl);
#else
STACK_OF(SSL_CIPHER) *sk = SSL_get1_supported_ciphers(ssl);

View File

@ -1,7 +1,7 @@
# Template file for 'openvpn'
pkgname=openvpn
version=2.4.7
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-pkcs11 --enable-iproute2 --disable-systemd"
hostmakedepends="iproute2 pkg-config"