openssl: enable devcrypto engine support

This commit adds the support for the cryptodev
engine into OpenSSL. So OpenSSL can use hardware
accelerated support through the CAAM driver.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-7439
This commit is contained in:
Mike Engel 2021-02-26 12:43:55 +01:00
parent c29c718827
commit ba7da31421
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ SRC_URI += " \
# Add the openssl binary whenever the base package is pulled in via a dependency
RRECOMMENDS_libcrypto += "openssl-bin"
PACKAGECONFIG += "cryptodev-linux"