summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/afalg.patch
Commit message (Collapse)AuthorAgeFilesLines
* openssl: don't disable the AFALG engine based on host kernelRoss Burton2018-11-231-0/+31
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. (From OE-Core rev: 4b6c566c0540fe8e560d0feeb9c765c0eb6e5182) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>