mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openvpn: rebuild for libressl-2.9.2.
This commit is contained in:
parent
8e8d00766e
commit
38a330ed2b
2 changed files with 1 additions and 10 deletions
|
@ -18,12 +18,3 @@
|
||||||
if (tls13)
|
if (tls13)
|
||||||
{
|
{
|
||||||
SSL_CTX_set_min_proto_version(tls_ctx.ctx, TLS1_3_VERSION);
|
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);
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openvpn'
|
# Template file for 'openvpn'
|
||||||
pkgname=openvpn
|
pkgname=openvpn
|
||||||
version=2.4.7
|
version=2.4.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-pkcs11 --enable-iproute2 --disable-systemd"
|
configure_args="--enable-pkcs11 --enable-iproute2 --disable-systemd"
|
||||||
hostmakedepends="iproute2 pkg-config"
|
hostmakedepends="iproute2 pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue