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
c2fa92f5
Commit
c2fa92f5
authored
Oct 10, 2018
by
Niels Möller
Browse files
Add missing includes of stdlib.h.
(cherry picked from commit
7b4d6de8
)
parent
7e756675
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c2fa92f5
2018-10-10 Niels Möller <nisse@lysator.liu.se>
Backported from master branch.
* aes-set-encrypt-key.c: Add missing include of stdlib.h.
* des-compat.c: Likewise.
2018-08-09 Niels Möller <nisse@lysator.liu.se>
Backported from master branch.
...
...
aes-set-encrypt-key.c
View file @
c2fa92f5
...
...
@@ -37,6 +37,7 @@
#endif
#include
<assert.h>
#include
<stdlib.h>
#include
"aes-internal.h"
...
...
des-compat.c
View file @
c2fa92f5
...
...
@@ -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