]> 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>
Wed, 29 Aug 2018 14:22:24 +0000 (15:22 +0100)
commit3936fafb3bd85499361f32abef4919ad3c74d83f
treedb277129e8e4ac5e615c561e8aa96d7bbe960125
parent201f4a889c0e4b3d13369e38662bf97ed8a9a8e1
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

(From OE-Core rev: 369927de1d94a295671d3750c95b70a497b13425)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl_1.0.2o.bb