diff --git a/wolfcrypt/src/wc_port.c b/wolfcrypt/src/wc_port.c index ac83c68e9..8c37dba89 100644 --- a/wolfcrypt/src/wc_port.c +++ b/wolfcrypt/src/wc_port.c @@ -266,6 +266,10 @@ int wolfCrypt_Cleanup(void) wolfAsync_HardwareStop(); #endif + #ifdef HAVE_INTEL_QA_SYNC + IntelQaHardwareStop(); + #endif + #if defined(WOLFSSL_IMX6_CAAM) || defined(WOLFSSL_IMX6_CAAM_RNG) || \ defined(WOLFSSL_IMX6_CAAM_BLOB) wc_caamFree();