mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 20:41:08 +00:00
Add missing macro for cryb_aes_cipher.
This commit is contained in:
parent
e66d580331
commit
2e14488de0
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ CRYB_BEGIN
|
|||
|
||||
#define AES_BLOCK_LEN 16
|
||||
|
||||
#define aes_cipher cryb_aes_cipher
|
||||
#define aes_ctx cryb_aes_ctx
|
||||
#define aes_init cryb_aes_init
|
||||
#define aes_update cryb_aes_update
|
||||
|
|
Loading…
Reference in a new issue