From: Richard Levitte Date: Mon, 31 Mar 2003 13:56:52 +0000 (+0000) Subject: No need to test -setalias twice. X-Git-Tag: BEN_FIPS_TEST_1~38^2~180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d678cc07eddbb9114fe672230a9797ebdb62104e;p=oweals%2Fopenssl.git No need to test -setalias twice. PR: 556 --- diff --git a/apps/x509.c b/apps/x509.c index cea33f58a0..9a6f981790 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -358,12 +358,6 @@ int MAIN(int argc, char **argv) if (--argc < 1) goto bad; if (!set_name_ex(&nmflag, *(++argv))) goto bad; } - else if (strcmp(*argv,"-setalias") == 0) - { - if (--argc < 1) goto bad; - alias= *(++argv); - trustout = 1; - } #ifndef OPENSSL_NO_ENGINE else if (strcmp(*argv,"-engine") == 0) {