aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-31 13:56:52 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-31 13:56:52 +0000
commitd678cc07eddbb9114fe672230a9797ebdb62104e (patch)
treee1330f5b20739f704f19ec72991367cbb5edbce0 /apps/x509.c
parent6dd6da60054382a9d8e14ec8755d0ecf48bdf102 (diff)
downloadopenssl-d678cc07eddbb9114fe672230a9797ebdb62104e.tar.gz
No need to test -setalias twice.
PR: 556
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c6
1 files changed, 0 insertions, 6 deletions
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)
{