[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-419-g5917ce3

by Jussi Kivilinna cvs at cvs.gnupg.org
Fri Dec 6 01:04:10 CET 2013


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 "The GNU crypto library".

The branch, master has been updated
       via  5917ce34e3b3eac4c15f62577e4723974024f818 (commit)
      from  7ef43d1eebb4f8226e860982dfe5fa2e2c82ad0f (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 5917ce34e3b3eac4c15f62577e4723974024f818
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Fri Dec 6 02:02:06 2013 +0200

    Fix building on mingw32
    
    * src/gcrypt-int.h: Include <types.h>.
    --
    
    'ulong' is not defined on W32, so we need to include "types.h" in
    'gcrypt-int.h'.
    
     In file included from ../src/visibility.h:53:0,
                      from ../src/g10lib.h:39,
                      from compat.c:22:
     ../src/gcrypt-int.h:365:49: error: unknown type name 'ulong'
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/src/gcrypt-int.h b/src/gcrypt-int.h
index dabc9df..e22baf6 100644
--- a/src/gcrypt-int.h
+++ b/src/gcrypt-int.h
@@ -25,6 +25,7 @@
 #endif
 
 #include "gcrypt.h"
+#include "types.h"
 
 /* These error codes are used but not defined in the required
    libgpg-error 1.11.  Define them here. */

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

Summary of changes:
 src/gcrypt-int.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list