Skip to content
Snippets Groups Projects
Commit 012001f1 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/openssl: disable the weak cryptos

They are not needed for keeping ABI compat
parent b6dbf9fc
No related branches found
No related tags found
No related merge requests found
# Maintainer: Timo Teras <timo.teras@iki.fi> # Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=openssl pkgname=openssl
pkgver=1.0.2g pkgver=1.0.2g
pkgrel=1 pkgrel=2
pkgdesc="Toolkit for SSL v2/v3 and TLS v1" pkgdesc="Toolkit for SSL v2/v3 and TLS v1"
url="http://openssl.org" url="http://openssl.org"
depends= depends=
...@@ -74,7 +74,6 @@ build() { ...@@ -74,7 +74,6 @@ build() {
-DOPENSSL_NO_BUF_FREELISTS \ -DOPENSSL_NO_BUF_FREELISTS \
$CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack \ $CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack \
enable-ssl2 \ enable-ssl2 \
enable-weak-ssl-ciphers \
|| return 1 || return 1
make && make build-shared || return 1 make && make build-shared || return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment