mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef WOLFSSL_AEAD_ONLY
|
||||||
/* Renesas Security Library Common Callback
|
/* Renesas Security Library Common Callback
|
||||||
* Callback for TLS hmac
|
* Callback for TLS hmac
|
||||||
*
|
*
|
||||||
@ -913,6 +914,7 @@ WOLFSSL_LOCAL int Renesas_cmn_TLS_hmac(WOLFSSL* ssl, byte* digest,
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif /* !WOLFSSL_AEAD_ONLY */
|
||||||
|
|
||||||
/* Renesas Security Library Common Callback
|
/* Renesas Security Library Common Callback
|
||||||
* Callback for Signature PK Rsa verify
|
* Callback for Signature PK Rsa verify
|
||||||
|
Reference in New Issue
Block a user