Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
acb885a5
Commit
acb885a5
authored
Sep 03, 2011
by
Niels Möller
Browse files
* 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
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
Supports
Markdown
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