mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-03 23:15:06 +01:00
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);
|
||||
if (ret == 0)
|
||||
return -5009;
|
||||
}
|
||||
#endif /* !NO_PWDBASED */
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user