From c237980d47722d4b99e283460436d404b75381ed Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Tue, 17 Jan 2017 09:04:15 +0900 Subject: [PATCH] typedef struct Aes in openssl/aes.h --- wolfssl/openssl/aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/openssl/aes.h b/wolfssl/openssl/aes.h index 9aff9f38d..841421a41 100644 --- a/wolfssl/openssl/aes.h +++ b/wolfssl/openssl/aes.h @@ -41,7 +41,7 @@ #endif -typedef Aes AES_KEY; +typedef struct Aes AES_KEY; WOLFSSL_API void wolfSSL_AES_set_encrypt_key (const unsigned char *, const int bits, AES_KEY *);