diff --git a/aes.h b/aes.h index b29b668..ccee4fa 100644 --- a/aes.h +++ b/aes.h @@ -62,7 +62,7 @@ void AES_ctx_set_iv(struct AES_ctx* ctx, const uint8_t* iv); void AES_ECB_encrypt(const struct AES_ctx* ctx, uint8_t* buf); void AES_ECB_decrypt(const struct AES_ctx* ctx, uint8_t* buf); -#endif // #if defined(ECB) && (ECB == !) +#endif // #if defined(ECB) && (ECB == 1) #if defined(CBC) && (CBC == 1)