forked from wolfSSL/wolfssl
Code review changes. Reviewer: Chris.
This commit is contained in:
@ -3807,12 +3807,12 @@ static int test_wc_IdeaSetIV (void)
|
||||
/* Test bad args. */
|
||||
if (ret == 0) {
|
||||
ret = wc_IdeaSetIV(NULL, NULL);
|
||||
}
|
||||
if (ret == BAD_FUNC_ARG) {
|
||||
ret = 0;
|
||||
} else {
|
||||
ret = SSL_FATAL_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
printf(resultFmt, ret == 0 ? passed : failed);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user