提交 191a5853 编写于 作者: U Ulf Möller

Missing "else".

上级 6dc08dd6
......@@ -272,8 +272,7 @@ int main()
printf("OAEP decryption (encrypted data) failed!\n");
err=1;
}
if (memcmp(ctext, ctext_ex, num) == 0)
else if (memcmp(ctext, ctext_ex, num) == 0)
{
printf("OAEP test vector %d passed!\n", v);
goto next;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册