mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
No need to test -setalias twice.
PR: 556
This commit is contained in:
parent
6dd6da6005
commit
d678cc07ed
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user