mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +03:00
lib/sha256.c: typo fix in comment (duplicated "is available")
Closes #10851
This commit is contained in:
parent
2eadae8673
commit
abb9be36f1
|
@ -59,9 +59,7 @@
|
||||||
|
|
||||||
#if defined(USE_OPENSSL_SHA256)
|
#if defined(USE_OPENSSL_SHA256)
|
||||||
|
|
||||||
/* When OpenSSL or wolfSSL is available is available we use their
|
/* When OpenSSL or wolfSSL is available we use their SHA256-functions. */
|
||||||
* SHA256-functions.
|
|
||||||
*/
|
|
||||||
#if defined(USE_OPENSSL)
|
#if defined(USE_OPENSSL)
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#elif defined(USE_WOLFSSL)
|
#elif defined(USE_WOLFSSL)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user