mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
parent
a78c61a4bf
commit
7f3df80408
4 changed files with 16 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
|
|||
CC_MD5_Final(digest, ctx);
|
||||
}
|
||||
|
||||
#elif defined(_WIN32)
|
||||
#elif defined(_WIN32) && !defined(CURL_WINDOWS_APP)
|
||||
|
||||
#include <wincrypt.h>
|
||||
#include "curl_memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue