From 6cc137dce0fd926ca8201394b7e52627157aabb8 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 23 Feb 2021 10:22:59 -0800 Subject: [PATCH] Fix misplaced endif and brace. --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index e920d0646..861778f10 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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;