crypto_aead_aes256gcm_aesni_state doesn't exist any more
Use the non-implementation specific type crypto_aead_aes256gcm_state
This commit is contained in:
parent
742a5d788d
commit
6dd517d77c
@ -26,7 +26,7 @@
|
||||
#define SLEEP_WHEN_CLOCK_IS_OFF 10
|
||||
|
||||
typedef struct CryptoCtx {
|
||||
crypto_aead_aes256gcm_aesni_state *state;
|
||||
crypto_aead_aes256gcm_state *state;
|
||||
unsigned char *ciphertext;
|
||||
unsigned char *message;
|
||||
unsigned char *nonce;
|
||||
|
Loading…
Reference in New Issue
Block a user