From c20970f44795d8cb71d212408a85562a7d9dfd33 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Sep 2023 04:55:18 +0000 Subject: whitespace --- src/lib/libcrypto/evp/m_md5_sha1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -/* $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 * @@ -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; -- cgit v1.2.3-55-g6feb