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
LSH
lsh
Commits
92265f4d
Commit
92265f4d
authored
Jan 09, 2002
by
Niels Möller
Browse files
(do_md5_digest): Don't call md5_final and md5_init.
Rev: src/md5.c:1.7
parent
166e52d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/md5.c
View file @
92265f4d
...
...
@@ -53,9 +53,7 @@ do_md5_digest(struct hash_instance *s,
{
CAST
(
md5_instance
,
self
,
s
);
md5_final
(
&
self
->
ctx
);
md5_digest
(
&
self
->
ctx
,
MD5_DIGEST_SIZE
,
dst
);
md5_init
(
&
self
->
ctx
);
}
static
struct
hash_instance
*
...
...
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