typo
[openssl.git] / apps / enc.c
index 9e7d0692641e446102e532ab77a3ee1c7d3a6d86..0286191bbccca2ac13e009dcba7b366ba9edec3a 100644 (file)
@@ -291,8 +291,6 @@ int enc_main(int argc, char **argv)
             break;
         }
     }
-    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);