aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/enc.c1
-rw-r--r--apps/errstr.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 1bdbf608c0..0286191bbc 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -291,7 +291,6 @@ int enc_main(int argc, char **argv)
break;
}
}
- argc = opt_num_rest();
if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
BIO_printf(bio_err, "%s: AEAD ciphers not supported\n", prog);
diff --git a/apps/errstr.c b/apps/errstr.c
index cd7f6c5e76..81028ef0bc 100644
--- a/apps/errstr.c
+++ b/apps/errstr.c
@@ -106,7 +106,6 @@ int errstr_main(int argc, char **argv)
goto end;
}
}
- argc = opt_num_rest();
ret = 0;
for (argv = opt_rest(); *argv; argv++) {