From: Richard Levitte Date: Mon, 31 Mar 2003 13:56:55 +0000 (+0000) Subject: No need to test -setalias twice. X-Git-Tag: OpenSSL_0_9_7b~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be34231656a84da64b94c4acdc3253811ee4b7e3;p=openssl No need to test -setalias twice. PR: 556 --- diff --git a/apps/x509.c b/apps/x509.c index 1ac6452bdb..66f0074f45 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) {