diff --git a/wolfssl/test.h b/wolfssl/test.h index a646697ed..0a11a3a63 100644 --- a/wolfssl/test.h +++ b/wolfssl/test.h @@ -3935,6 +3935,7 @@ static WC_INLINE const char* mymktemp(char *tempfn, int len, int num) #define WOLFSSL_TICKET_KEY_SZ CHACHA20_POLY1305_AEAD_KEYSIZE #elif defined(HAVE_AESGCM) #include + #include /* AES IV sizes in FIPS mode */ #define WOLFSSL_TICKET_KEY_SZ AES_256_KEY_SIZE #endif