gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-3-g9a93030


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-3-g9a93030
Date: Thu, 16 Aug 2012 17:03:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=9a9303056eccafbccbdcbf4a67524c5625b4bf47

The branch, master has been updated
       via  9a9303056eccafbccbdcbf4a67524c5625b4bf47 (commit)
      from  e8a0916581069d4244a075b0c878441b602cc954 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9a9303056eccafbccbdcbf4a67524c5625b4bf47
Author: Mark Brand <address@hidden>
Date:   Thu Aug 16 11:18:38 2012 +0200

    fix case of include file
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 lib/system.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/system.c b/lib/system.c
index 9a0ebc2..14bd085 100644
--- a/lib/system.c
+++ b/lib/system.c
@@ -30,7 +30,7 @@
 
 #ifdef _WIN32
 # include <windows.h>
-# include <Wincrypt.h>
+# include <wincrypt.h>
 
 #else
 # ifdef HAVE_PTHREAD_LOCKS


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]