mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix TSIP build with NO_AES_CBC
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user