diff options
-rw-r--r-- | md5-compat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/md5-compat.c b/md5-compat.c index a27f844d..f6e0acf1 100644 --- a/md5-compat.c +++ b/md5-compat.c @@ -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); } |