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
1 changed files with 1 additions and 1 deletions

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,