Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
7b4d6de8
Commit
7b4d6de8
authored
Oct 10, 2018
by
Niels Möller
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes of stdlib.h.
parent
4f0ad31a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+5
-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 @
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>
...
...
Niels Möller
@nisse
mentioned in commit
c2fa92f5
·
Nov 18, 2018
mentioned in commit
c2fa92f5
mentioned in commit c2fa92f5cb6308dbd0566988b1d231a931bfa86a
Toggle commit list
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