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:
parent
c29c718827
commit
ba7da31421
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue