summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-15 13:56:44 +0100
committerMatt Caswell <matt@openssl.org>2016-04-21 10:51:57 +0100
commitd278284e74cb0864a1cb33256ecac0c1c4f0a55b (patch)
treea1fbb7f1431b48550162a688391354c22ac6574d /apps/enc.c
parenta043d0b91d62fd8526a3fd791e3ad2ebcf888cd9 (diff)
Fix some code maintenance issues
Various instances of variables being written to, but then never read. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/enc.c')
-rw-r--r--apps/enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 9e7d069264..1bdbf608c0 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -292,7 +292,6 @@ int enc_main(int argc, char **argv)
}
}
argc = opt_num_rest();
- argv = opt_rest();
if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
BIO_printf(bio_err, "%s: AEAD ciphers not supported\n", prog);