From 81ad463026cabf707e9bac40c596050e8117aeac Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Fri, 27 May 2022 11:37:26 +0900 Subject: [PATCH] fix a compile error by clang --- wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h b/wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h index 678c08162..2cc1f4448 100644 --- a/wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h +++ b/wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h @@ -187,6 +187,7 @@ typedef struct struct Aes; struct WOLFSSL; +struct WOLFSSL_CTX; /*----------------------------------------------------*/ /* APIs */ /*----------------------------------------------------*/