projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd6da6
)
No need to test -setalias twice.
author
Richard Levitte
<levitte@openssl.org>
Mon, 31 Mar 2003 13:56:52 +0000
(13:56 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 31 Mar 2003 13:56:52 +0000
(13:56 +0000)
PR: 556
apps/x509.c
patch
|
blob
|
history
diff --git
a/apps/x509.c
b/apps/x509.c
index cea33f58a069fa8279abd6c15f40ff217c9e949c..9a6f9817906250627784a10d0defb9bbda497ca6 100644
(file)
--- 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)
{