mirror of
https://github.com/curl/curl.git
synced 2026-06-18 23:45:39 +03:00
Fix now broken libmetalink-aware OpenSSL build.
This commit is contained in:
parent
3fc5779b91
commit
c79c0909d9
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx)
|
|||
gcry_md_close(*ctx);
|
||||
}
|
||||
|
||||
#elif defined(_WIN32)
|
||||
#elif defined(_WIN32) && !defined(USE_SSLEAY)
|
||||
|
||||
static void win32_crypto_final(struct win32_crypto_hash *ctx,
|
||||
unsigned char *digest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue