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
Dmitry Baryshkov
nettle
Commits
6bd43205
Commit
6bd43205
authored
Mar 16, 2014
by
Niels Möller
Browse files
Added missing include of string.h.
parent
4975c494
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6bd43205
2014-03-16 Niels Möller <nisse@lysator.liu.se>
* chacha-set-key.c: Include string.h.
* arcfour-meta.c: Deleted file.
* nettle-meta.h (nettle_arcfour128): Deleted declaration.
* nettle-meta-ciphers.c (nettle_ciphers): Deleted
...
...
chacha-set-key.c
View file @
6bd43205
...
...
@@ -23,6 +23,7 @@
#endif
#include <stdlib.h>
#include <string.h>
#include "chacha.h"
...
...
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