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
Wim Lewis
nettle
Commits
63108e98
Commit
63108e98
authored
Feb 13, 2014
by
Niels Möller
Browse files
nettle-pbkdf2: Added missing deallocation.
parent
61925232
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
63108e98
2014-02-13 Niels Möller <nisse@lysator.liu.se>
* tools/nettle-pbkdf2.c (main): Added missing deallocation.
2014-02-12 Niels Möller <nisse@lysator.liu.se>
* chacha-poly1305.h: New file.
...
...
tools/nettle-pbkdf2.c
View file @
63108e98
...
...
@@ -173,6 +173,8 @@ main (int argc, char **argv)
hex
[
BASE16_ENCODE_LENGTH
(
output_length
-
i
)]
=
0
;
printf
(
"%s
\n
"
,
hex
);
}
free
(
output
);
if
(
fflush
(
stdout
)
!=
0
)
die
(
"Write failed: %s
\n
"
,
STRERROR
(
errno
));
...
...
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