lib/sha256.c: typo fix in comment (duplicated "is available")

Closes #10851
This commit is contained in:
Frank Gevaerts 2023-03-28 12:11:04 +02:00 committed by Daniel Stenberg
parent 2eadae8673
commit abb9be36f1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 <openssl/evp.h>
#elif defined(USE_WOLFSSL)