From abb9be36f1c15acff52418ec8f2d5ed6cfdb3179 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 28 Mar 2023 12:11:04 +0200 Subject: [PATCH] lib/sha256.c: typo fix in comment (duplicated "is available") Closes #10851 --- lib/sha256.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/sha256.c b/lib/sha256.c index fdfd631ef9..767d879c45 100644 --- a/lib/sha256.c +++ b/lib/sha256.c @@ -59,9 +59,7 @@ #if defined(USE_OPENSSL_SHA256) -/* When OpenSSL or wolfSSL is available is available we use their - * SHA256-functions. - */ +/* When OpenSSL or wolfSSL is available we use their SHA256-functions. */ #if defined(USE_OPENSSL) #include #elif defined(USE_WOLFSSL) -- 2.47.3