Skip to content
GitLab
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
7b4d6de8
Commit
7b4d6de8
authored
Oct 10, 2018
by
Niels Möller
Browse files
Add missing includes of stdlib.h.
parent
4f0ad31a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7b4d6de8
2018-10-10 Niels Möller <nisse@lysator.liu.se>
* aes-set-encrypt-key.c: Add missing include of stdlib.h.
* des-compat.c: Likewise.
2018-09-13 Niels Möller <nisse@lysator.liu.se>
* rsa-keygen.c (rsa_generate_keypair): Delete unlikely and
...
...
aes-set-encrypt-key.c
View file @
7b4d6de8
...
...
@@ -37,6 +37,7 @@
#endif
#include
<assert.h>
#include
<stdlib.h>
#include
"aes-internal.h"
...
...
des-compat.c
View file @
7b4d6de8
...
...
@@ -35,6 +35,7 @@
# include "config.h"
#endif
#include
<stdlib.h>
#include
<string.h>
#include
<assert.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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