Typo. (From 0.9.8-stable/S. Henson)
PR: 1672
This commit is contained in:
parent
8b99c79fae
commit
f49c687507
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ int MAIN(int argc, char *argv[])
|
|||
{
|
||||
vflags |= X509_V_FLAG_CRL_CHECK;
|
||||
}
|
||||
else if (strcmp(*argv,"-crl_check") == 0)
|
||||
else if (strcmp(*argv,"-crl_check_all") == 0)
|
||||
{
|
||||
vflags |= X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue