提交 f49c6875 编写于 作者: L Lutz Jänicke

Typo. (From 0.9.8-stable/S. Henson)

PR: 1672
上级 8b99c79f
...@@ -992,7 +992,7 @@ int MAIN(int argc, char *argv[]) ...@@ -992,7 +992,7 @@ int MAIN(int argc, char *argv[])
{ {
vflags |= X509_V_FLAG_CRL_CHECK; 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; vflags |= X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册