forked from wolfSSL/wolfssl
Merge pull request #3803 from dgarske/zd11759
Fix misplaced endif and brace
This commit is contained in:
@ -6249,8 +6249,8 @@ WOLFSSL_TEST_SUBROUTINE int des_test(void)
|
|||||||
sizeof(key), WC_HASH_TYPE_NONE);
|
sizeof(key), WC_HASH_TYPE_NONE);
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
return -5009;
|
return -5009;
|
||||||
}
|
|
||||||
#endif /* !NO_PWDBASED */
|
#endif /* !NO_PWDBASED */
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user