summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{