diff --git a/lfd_encrypt.c b/lfd_encrypt.c index e7af884..abdc5bc 100644 --- a/lfd_encrypt.c +++ b/lfd_encrypt.c @@ -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;