Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 123 → Rev 124

/branches/3.0/debian/changelog
5,7 → 5,7
camellia-absorb.c; needed by the HAVE_NATIVE_64_BIT macro on at least
s390x.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 28 Jun 2014 16:08:54 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 29 Jun 2014 22:29:13 +0200
 
nettle (3.0-1) experimental; urgency=low
 
/branches/3.0/debian/patches/native_64bit_test_needs_limits_h.patch
0,0 → 1,18
Description: Include limits.h in camellia.absorb.c
As the comment near the bottom of config.h.in says, source files
using the HAVE_NATIVE_64_BIT macro needs to include limits.h in case
the arch is 64-bit although the __x86_64__ or __arch64__ macros are
not defined.
Forwarded: yes
 
--- a/camellia-absorb.c
+++ b/camellia-absorb.c
@@ -47,6 +47,8 @@
# include "config.h"
#endif
+#include <limits.h>
+
#include "camellia-internal.h"
#include "macros.h"
/branches/3.0/debian/patches/series
0,0 → 1,0
native_64bit_test_needs_limits_h.patch