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
Marcus Hoffmann
nettle
Commits
e7e8a7c2
Commit
e7e8a7c2
authored
Jan 09, 2002
by
Niels Möller
Browse files
(MD5Final): Call only md5_digest.
Rev: src/nettle/md5-compat.c:1.2
parent
2f43e1c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
md5-compat.c
View file @
e7e8a7c2
...
...
@@ -40,7 +40,5 @@ MD5Update(MD5_CTX *ctx, const unsigned char *data, unsigned int length)
void
MD5Final
(
unsigned
char
*
out
,
MD5_CTX
*
ctx
)
{
md5_final
(
ctx
);
md5_digest
(
ctx
,
MD5_DIGEST_SIZE
,
out
);
md5_init
(
ctx
);
}
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