diff --git a/crypto/aes/aesgcm-file-encrypt.c b/crypto/aes/aesgcm-file-encrypt.c index c38bd0a7..21927180 100644 --- a/crypto/aes/aesgcm-file-encrypt.c +++ b/crypto/aes/aesgcm-file-encrypt.c @@ -454,7 +454,6 @@ exit: } #ifdef OPENSSL_EXTRA -what int encrypt_file(const char *in_file, const char *out_file, const char *key_str, const char *iv_str) {