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.
This commit is contained in:
Jack Grigg 2016-09-30 14:11:27 +13:00
parent 017abaf694
commit be9e7ce722
1 changed files with 0 additions and 2 deletions

View File

@ -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