diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-31 15:56:52 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-31 15:56:52 +0200 |
commit | d678cc07eddbb9114fe672230a9797ebdb62104e (patch) | |
tree | e1330f5b20739f704f19ec72991367cbb5edbce0 /apps | |
parent | Don't feil when indent is 0. (diff) | |
download | openssl-d678cc07eddbb9114fe672230a9797ebdb62104e.tar.xz openssl-d678cc07eddbb9114fe672230a9797ebdb62104e.zip |
No need to test -setalias twice.
PR: 556
Diffstat (limited to 'apps')
-rw-r--r-- | apps/x509.c | 6 |
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) { |