mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
typedef struct Aes in openssl/aes.h
This commit is contained in:
committed by
Jacob Barthelmeh
parent
d5a0b81e97
commit
c237980d47
@@ -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 *);
|
||||||
|
Reference in New Issue
Block a user