]> code.ossystems Code Review - openembedded-core.git/commit
openssl: don't disable the AFALG engine based on host kernel
authorRoss Burton <ross.burton@intel.com>
Thu, 22 Nov 2018 14:05:16 +0000 (14:05 +0000)
committerArmin Kuster <akuster808@gmail.com>
Sat, 13 Apr 2019 18:55:02 +0000 (11:55 -0700)
commit6998a3d7d0ecd27014053fe40c9fb4e0ec970880
treed74ded886be771a337ce139a2bf0e28e703f8c6e
parent89dc69464b9ec1c2cac5d2420dfe6928da50d384
openssl: don't disable the AFALG engine based on host kernel

Whether the AFALG engine (use of hardware crypto via AF_ALG) is enable or
disable depends on whether the host kernel is 4.1 or above, which has no bearing
on whether the target system supports it.

Remove the complicated logic and simply enable/disable as requested.

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/afalg.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl_1.1.1a.bb