blob: 51e64ad05f77547111be99309530c442a730ede3 [file] [log] [blame]
Patrick Williams26ece152015-09-22 21:59:41 -05001# General config settings.
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002EXTRA_OECONF_append_class-target = " shared no-hw no-err no-psk no-srp "
Patrick Williams26ece152015-09-22 21:59:41 -05003
4# Disable SSL (keep TLS only).
Ed Tanous2ee96f52018-09-07 10:18:44 -07005EXTRA_OECONF_append_class-target = " no-ssl2 no-ssl3 "
Patrick Williams26ece152015-09-22 21:59:41 -05006
7# Disable various algorithms.
Ed Tanous2ee96f52018-09-07 10:18:44 -07008EXTRA_OECONF_append_class-target = " no-idea no-md2 no-mdc2 no-rc5 no-md4 \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009 no-rmd160 no-whirlpool no-camellia \
Patrick Williams26ece152015-09-22 21:59:41 -050010 no-rc2 no-rc4 no-bf no-cast no-seed no-gost "
Patrick Williams3dbac6d2016-05-26 18:03:12 -050011
12do_configure_append() {
13 oe_runmake depend
14}