File use_win32_crypt.patch of Package mingw64-libneon-openssl
diff --git a/src/ne_openssl.c b/src/ne_openssl.c index 2b20ca0..5f8ede5 100644 --- a/src/ne_openssl.c +++ b/src/ne_openssl.c @@ -27,7 +27,11 @@ #include <string.h> #endif +#include <windef.h> + #include <stdio.h> +#include <winbase.h> +#include <wincrypt.h> #include <openssl/ssl.h> #include <openssl/err.h>