Commit 191a5853 authored by Ulf Möller's avatar Ulf Möller
Browse files

Missing "else".

parent 6dc08dd6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;