From d7f8cc55d8657610c6bbde391e45d51373c2c2d1 Mon Sep 17 00:00:00 2001 From: billphipps <126489738+billphipps@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:24:47 -0400 Subject: [PATCH] Update wolfcrypt/src/cryptocb.c Correction --- wolfcrypt/src/cryptocb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/cryptocb.c b/wolfcrypt/src/cryptocb.c index 7c36ac772..a13abc37f 100644 --- a/wolfcrypt/src/cryptocb.c +++ b/wolfcrypt/src/cryptocb.c @@ -201,8 +201,8 @@ WOLFSSL_API void wc_CryptoCb_InfoString(wc_CryptoInfo* info) else if (info->algo_type == WC_ALGO_TYPE_NONE) { printf("Crypto CB: CMD %s (%d)\n", GetAlgoTypeStr(info->algo_type), GetCryptoCbCmdTypeStr(info->cmd.type), info->cmd.type); -#endif } +#endif else { printf("CryptoCb: %s \n", GetAlgoTypeStr(info->algo_type)); }