Merge pull request #5116 from embhorn/zd14172

Fix TSIP build with NO_AES_CBC
This commit is contained in:
TakayukiMatsuo
2022-06-04 17:51:16 +09:00
committed by GitHub

View File

@ -852,6 +852,7 @@ WOLFSSL_LOCAL int Renesas_cmn_VerifyHmac(WOLFSSL *ssl, const byte* message,
return ret;
}
#ifndef WOLFSSL_AEAD_ONLY
/* Renesas Security Library Common Callback
* Callback for TLS hmac
*
@ -915,6 +916,7 @@ WOLFSSL_LOCAL int Renesas_cmn_TLS_hmac(WOLFSSL* ssl, byte* digest,
return ret;
}
#endif /* !WOLFSSL_AEAD_ONLY */
/* Renesas Security Library Common Callback
* Callback for Signature PK Rsa verify