Loading lib/md5.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX * ctx) #elif defined(_WIN32) #elif defined(_WIN32) #include <WinCrypt.h> #include <wincrypt.h> typedef struct { typedef struct { HCRYPTPROV hCryptProv; HCRYPTPROV hCryptProv; Loading src/tool_metalink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -64,7 +64,7 @@ #elif defined(_WIN32) #elif defined(_WIN32) /* For Windows: If no other crypto library is provided, we fallback /* For Windows: If no other crypto library is provided, we fallback to the hash functions provided within the Microsoft Windows CryptoAPI */ to the hash functions provided within the Microsoft Windows CryptoAPI */ # include <WinCrypt.h> # include <wincrypt.h> /* Custom structure in order to store the required provider and hash handle */ /* Custom structure in order to store the required provider and hash handle */ struct win32_crypto_hash { struct win32_crypto_hash { HCRYPTPROV hCryptProv; HCRYPTPROV hCryptProv; Loading Loading
lib/md5.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX * ctx) #elif defined(_WIN32) #elif defined(_WIN32) #include <WinCrypt.h> #include <wincrypt.h> typedef struct { typedef struct { HCRYPTPROV hCryptProv; HCRYPTPROV hCryptProv; Loading
src/tool_metalink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -64,7 +64,7 @@ #elif defined(_WIN32) #elif defined(_WIN32) /* For Windows: If no other crypto library is provided, we fallback /* For Windows: If no other crypto library is provided, we fallback to the hash functions provided within the Microsoft Windows CryptoAPI */ to the hash functions provided within the Microsoft Windows CryptoAPI */ # include <WinCrypt.h> # include <wincrypt.h> /* Custom structure in order to store the required provider and hash handle */ /* Custom structure in order to store the required provider and hash handle */ struct win32_crypto_hash { struct win32_crypto_hash { HCRYPTPROV hCryptProv; HCRYPTPROV hCryptProv; Loading