aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-10-25 01:20:06 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-25 09:02:16 +0000
commitc337d855ea6e7a0c315af16a137d47204441e97f (patch)
treeebd5b6691f10c17bb396683ea25d5029caa54a17 /testing
parent6966c8e0302819c69535751bc8d52d7d7d4c9627 (diff)
downloadaports-c337d855ea6e7a0c315af16a137d47204441e97f.tar.bz2
aports-c337d855ea6e7a0c315af16a137d47204441e97f.tar.xz
testing/openssl: disable SSLv3
Diffstat (limited to 'testing')
-rw-r--r--testing/openssl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openssl/APKBUILD b/testing/openssl/APKBUILD
index 33ea8bb3cf..8b4cec2cb0 100644
--- a/testing/openssl/APKBUILD
+++ b/testing/openssl/APKBUILD
@@ -48,7 +48,7 @@ build() {
--libdir=lib \
--openssldir=/etc/ssl \
shared zlib $_optflags \
- no-async no-mdc2 no-ec2m no-sm2 no-sm4 no-ssl2 no-weak-ssl-ciphers \
+ no-async no-mdc2 no-ec2m no-sm2 no-sm4 no-ssl2 no-ssl3 no-weak-ssl-ciphers \
$CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack
make
}