Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
02416dc7
Commit
02416dc7
authored
Jun 30, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
camellia: Include limits.h, needed for HAVE_NATIVE_64_BIT.
parent
770746ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
ChangeLog
ChangeLog
+8
-1
camellia-absorb.c
camellia-absorb.c
+3
-0
No files found.
ChangeLog
View file @
02416dc7
2014-06-30 Niels Möller <nisse@lysator.liu.se>
* camellia-absorb.c: Include <limits.h>, needed for correct use of
HAVE_NATIVE_64_BIT. Reported and debugged by Magnus Holmgren.
Fixes debian build failure on s390x.
2014-06-26 Niels Möller <nisse@lysator.liu.se>
From Martin Storsjö:
...
...
@@ -15,7 +21,8 @@
2014-06-25 Niels Möller <nisse@lysator.liu.se>
Support for building with mini-gmp instead of the real GMP.
Support for building with mini-gmp instead of the real GMP. Loosely
based on work by Nikos Mavrogiannopoulos.
* configure.ac: New command line option --enable-mini-gmp. Also
disable all libgmp-related checks when enabled.
(NETTLE_USE_MINI_GMP): New substituted variable.
...
...
camellia-absorb.c
View file @
02416dc7
...
...
@@ -47,6 +47,9 @@
# include "config.h"
#endif
/* For CHAR_BIT, needed by HAVE_NATIVE_64_BIT */
#include <limits.h>
#include "camellia-internal.h"
#include "macros.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment