artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a521a55
)
whitespace
author
tb
<tb@openbsd.org>
Sat, 2 Sep 2023 04:55:18 +0000
(
04:55
+0000)
committer
tb
<tb@openbsd.org>
Sat, 2 Sep 2023 04:55:18 +0000
(
04:55
+0000)
lib/libcrypto/evp/m_md5_sha1.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/evp/m_md5_sha1.c
b/lib/libcrypto/evp/m_md5_sha1.c
index
f4a6600
..
7dd1ae1
100644
(file)
--- a/
lib/libcrypto/evp/m_md5_sha1.c
+++ b/
lib/libcrypto/evp/m_md5_sha1.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: m_md5_sha1.c,v 1.
7 2023/07/07 19:37:53 beck
Exp $ */
+/* $OpenBSD: m_md5_sha1.c,v 1.
8 2023/09/02 04:55:18 tb
Exp $ */
/*
* Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
*
@@
-44,7
+44,7
@@
md5_sha1_init(EVP_MD_CTX *ctx)
return 1;
}
-static int
+static int
md5_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count)
{
struct md5_sha1_ctx *mdctx = ctx->md_data;