forked from wolfSSL/wolfssl
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