Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-31 17:56:55 +0400
committerRichard Levitte <levitte@openssl.org>2003-03-31 17:56:55 +0400
commitbe34231656a84da64b94c4acdc3253811ee4b7e3 (patch)
tree85aefc7b025bdfa3ff18099d9dd41bb6fc876385 /apps
parent54e73364f1e71873bd25def5d137aecec6d276a4 (diff)
No need to test -setalias twice.
PR: 556
Diffstat (limited to 'apps')
-rw-r--r--apps/x509.c6
1 files changed, 0 insertions, 6 deletions
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)
{