Missing "else".

This commit is contained in:
Ulf Möller 1999-04-29 13:37:45 +00:00
parent 6dc08dd681
commit 191a585342

View File

@ -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;