summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/evp/m_md5_sha1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/m_md5_sha1.c b/src/lib/libcrypto/evp/m_md5_sha1.c
index f4a6600ec6..7dd1ae1278 100644
--- a/src/lib/libcrypto/evp/m_md5_sha1.c
+++ b/src/lib/libcrypto/evp/m_md5_sha1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: m_md5_sha1.c,v 1.7 2023/07/07 19:37:53 beck Exp $ */ 1/* $OpenBSD: m_md5_sha1.c,v 1.8 2023/09/02 04:55:18 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -44,7 +44,7 @@ md5_sha1_init(EVP_MD_CTX *ctx)
44 return 1; 44 return 1;
45} 45}
46 46
47static int 47static int
48md5_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) 48md5_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count)
49{ 49{
50 struct md5_sha1_ctx *mdctx = ctx->md_data; 50 struct md5_sha1_ctx *mdctx = ctx->md_data;