]> code.ossystems Code Review - openembedded-core.git/commit
openssl_1.0: drop leading "-" from no-ssl3 config option
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 24 Jul 2018 02:38:51 +0000 (19:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 12:16:31 +0000 (13:16 +0100)
commit369927de1d94a295671d3750c95b70a497b13425
tree4f79877fae09b6a7bcbef8e229900032b33b829a
parent6fee11b04b979a5b3237902d947db7118cafca2b
openssl_1.0: drop leading "-" from no-ssl3 config option

Although passing -no-ssl3 works, comments in the openssl Configure
script suggest doing so isn't really correct:

  s /^-no-/no-/; # some people just can't read the instructions

The documented way to pass no-<cipher> config options is without a
leading "-"

  https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/INSTALL

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl_1.0.2o.bb