]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fix case of include file
authorMark Brand <mabrand@mabrand.nl>
Thu, 16 Aug 2012 09:18:38 +0000 (11:18 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 16 Aug 2012 17:02:38 +0000 (19:02 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/system.c

index 9a0ebc208ed941ce06cc509e7c7beb4e700ba237..14bd0854e000b8941c3a976dd541571d861d449f 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifdef _WIN32
 # include <windows.h>
-# include <Wincrypt.h>
+# include <wincrypt.h>
 
 #else
 # ifdef HAVE_PTHREAD_LOCKS