Fix build error in crypto/aes/aesgcm-file-encrypt.c

pull/388/head
Eric Blankenhorn 2023-05-18 08:40:51 -05:00
parent 92221bb303
commit 244d00c8c8
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ exit:
} }
#ifdef OPENSSL_EXTRA #ifdef OPENSSL_EXTRA
what
int encrypt_file(const char *in_file, const char *out_file, int encrypt_file(const char *in_file, const char *out_file,
const char *key_str, const char *iv_str) const char *key_str, const char *iv_str)
{ {