typedef struct Aes in openssl/aes.h

This commit is contained in:
Takashi Kojo
2017-01-17 09:04:15 +09:00
committed by Jacob Barthelmeh
parent d5a0b81e97
commit c237980d47

View File

@@ -41,7 +41,7 @@
#endif #endif
typedef Aes AES_KEY; typedef struct Aes AES_KEY;
WOLFSSL_API void wolfSSL_AES_set_encrypt_key WOLFSSL_API void wolfSSL_AES_set_encrypt_key
(const unsigned char *, const int bits, AES_KEY *); (const unsigned char *, const int bits, AES_KEY *);