From be9e7ce722c035d7094d6f449e51ccb7423e0ec5 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 30 Sep 2016 14:11:27 +1300 Subject: [PATCH] Remove no-autoalginit and no-autoerrinit OpenSSL flags These flags are potentially risky, because they require that the app explicitly initialize stuff that it wouldn't otherwise need to initialize, and we don't have time for the necessary review. --- depends/packages/openssl.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/depends/packages/openssl.mk b/depends/packages/openssl.mk index 4129fafd..63d242d6 100644 --- a/depends/packages/openssl.mk +++ b/depends/packages/openssl.mk @@ -10,8 +10,6 @@ $(package)_config_opts=--prefix=$(host_prefix) --openssldir=$(host_prefix)/etc/o $(package)_config_opts+=no-afalgeng $(package)_config_opts+=no-asm $(package)_config_opts+=no-async -$(package)_config_opts+=no-autoalginit -$(package)_config_opts+=no-autoerrinit $(package)_config_opts+=no-bf $(package)_config_opts+=no-blake2 $(package)_config_opts+=no-camellia