mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Fix now broken libmetalink-aware OpenSSL build.
This commit is contained in:
parent
3fc5779b91
commit
c79c0909d9
@ -219,7 +219,7 @@ static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx)
|
|||||||
gcry_md_close(*ctx);
|
gcry_md_close(*ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32) && !defined(USE_SSLEAY)
|
||||||
|
|
||||||
static void win32_crypto_final(struct win32_crypto_hash *ctx,
|
static void win32_crypto_final(struct win32_crypto_hash *ctx,
|
||||||
unsigned char *digest,
|
unsigned char *digest,
|
||||||
|
Loading…
Reference in New Issue
Block a user