1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix now broken libmetalink-aware OpenSSL build.

This commit is contained in:
Guenter Knauf 2012-10-13 01:03:34 +02:00
parent 3fc5779b91
commit c79c0909d9

View File

@ -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,