diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2018-10-25 01:20:06 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-25 09:02:16 +0000 |
| commit | c337d855ea6e7a0c315af16a137d47204441e97f (patch) | |
| tree | ebd5b6691f10c17bb396683ea25d5029caa54a17 /testing | |
| parent | 6966c8e0302819c69535751bc8d52d7d7d4c9627 (diff) | |
| download | aports-c337d855ea6e7a0c315af16a137d47204441e97f.tar.bz2 aports-c337d855ea6e7a0c315af16a137d47204441e97f.tar.xz | |
testing/openssl: disable SSLv3
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/openssl/APKBUILD | 2 |
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 } |
