Fix some code maintenance issues
[openssl.git] / apps / enc.c
index 9e7d0692641e446102e532ab77a3ee1c7d3a6d86..1bdbf608c0813845e47c4835d48e2fdf1f1d5d0d 100644 (file)
@@ -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);