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
Wim Lewis
nettle
Commits
acb885a5
Commit
acb885a5
authored
Sep 03, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcm-aes.c: Include config.h.
Rev: nettle/ChangeLog:1.222 Rev: nettle/gcm-aes.c:1.5
parent
b870f3b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+3
-0
gcm-aes.c
gcm-aes.c
+4
-0
No files found.
ChangeLog
View file @
acb885a5
2011-09-03 Niels Mller <nisse@lysator.liu.se>
* gcm-aes.c: Include config.h.
* tools/nettle-lfib-stream.c: Likewise.
* ripemd160-compress.c: Added missing include of config.h. Needed
for correct operation on big-endian systems.
...
...
gcm-aes.c
View file @
acb885a5
...
...
@@ -23,6 +23,10 @@
* MA 02111-1307, USA.
*/
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include "gcm.h"
void
...
...
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