mirror of
https://github.com/curl/curl.git
synced 2026-05-15 22:06:21 +03:00
lib/sha256.c: typo fix in comment (duplicated "is available")
Closes #10851
This commit is contained in:
parent
2eadae8673
commit
abb9be36f1
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue