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)