Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
c2fa92f5
Commit
c2fa92f5
authored
Oct 10, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes of stdlib.h.
(cherry picked from commit
7b4d6de8
)
parent
7e756675
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
ChangeLog
ChangeLog
+6
-0
aes-set-encrypt-key.c
aes-set-encrypt-key.c
+1
-0
des-compat.c
des-compat.c
+1
-0
No files found.
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
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