mirror of
https://github.com/openssl/openssl.git
synced 2024-12-13 03:53:44 +08:00
I must learn to compile before I commit...
This commit is contained in:
parent
8242a6a9fc
commit
404dcc5e8e
@ -120,7 +120,7 @@ int MAIN(int argc, char **argv)
|
||||
if (--argc < 1) badarg = 1;
|
||||
keyfile = *(++argv);
|
||||
} else if (strcmp(*argv,"-keyform") == 0) {
|
||||
if (--argc < 1) goto bad;
|
||||
if (--argc < 1) badarg = 1;
|
||||
keyform=str2fmt(*(++argv));
|
||||
} else if(!strcmp(*argv, "-engine")) {
|
||||
if (--argc < 1) badarg = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user