提交 53d28679 编写于 作者: B Bodo Möller

avoid segmentation fault

上级 b6cafbd7
...@@ -740,7 +740,10 @@ int MAIN(int argc, char **argv) ...@@ -740,7 +740,10 @@ int MAIN(int argc, char **argv)
if (j == 0) if (j == 0)
{ {
for (i=0; i<ALGOR_NUM; i++) for (i=0; i<ALGOR_NUM; i++)
doit[i]=1; {
if (i != D_EVP)
doit[i]=1;
}
for (i=0; i<RSA_NUM; i++) for (i=0; i<RSA_NUM; i++)
rsa_doit[i]=1; rsa_doit[i]=1;
for (i=0; i<DSA_NUM; i++) for (i=0; i<DSA_NUM; i++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册