From: Frank Gevaerts Date: Tue, 28 Mar 2023 10:11:04 +0000 (+0200) Subject: lib/sha256.c: typo fix in comment (duplicated "is available") X-Git-Tag: curl-8_1_0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb9be36f1c15acff52418ec8f2d5ed6cfdb3179;p=thirdparty%2Fcurl.git lib/sha256.c: typo fix in comment (duplicated "is available") Closes #10851 --- 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)