Commit 0eba6be1 authored by Andrew Dunstan's avatar Andrew Dunstan

Downcase "Wincrypt.h"

This is consistent with how we refer to other Windows include files, and
prevents a failure when cross-compiling on a system with case sensitive
file names.
parent 32470825
......@@ -28,7 +28,7 @@
#include <openssl/rand.h>
#endif
#ifdef WIN32
#include <Wincrypt.h>
#include <wincrypt.h>
#endif
#ifdef WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment