Browse Source

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.
metaverse
Jack Grigg 8 years ago
parent
commit
be9e7ce722
  1. 2
      depends/packages/openssl.mk

2
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

Loading…
Cancel
Save