From 85c71dacb17492e20fae99fb79ab9afda88110de Mon Sep 17 00:00:00 2001 From: Koji Takeda Date: Sat, 12 Apr 2025 10:01:17 +0900 Subject: [PATCH] Update src/ssl_load.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/ssl_load.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ssl_load.c b/src/ssl_load.c index 72bf81719..de93d2ab1 100644 --- a/src/ssl_load.c +++ b/src/ssl_load.c @@ -1020,8 +1020,7 @@ static int ProcessBufferTryDecodeDilithium(WOLFSSL_CTX* ctx, WOLFSSL* ssl, } else if (*keyFormat == 0) { WOLFSSL_MSG("Not a Dilithium key"); - /* Unknowun format was not dilithium, so keep trying other formats. */ - ret = 0; + /* Unknown format was not dilithium, so keep trying other formats. */ } /* Free dynamically allocated data in key. */