]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2018 16:15:00 +0000 (16:15 +0000)
commit4b6c566c0540fe8e560d0feeb9c765c0eb6e5182
tree55e59d57bcb7395c989081b4bbd992412fee40d4
parenta385e6c47663854a375d061033efc856361f3dba
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>
meta/recipes-connectivity/openssl/openssl/afalg.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl_1.1.1.bb