Fix TSIP build with NO_AES_CBC

This commit is contained in:
Eric Blankenhorn
2022-05-06 07:31:13 -05:00
parent a4eaa31b5e
commit b19f70d182

View File

@ -850,6 +850,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
*
@ -913,6 +914,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