From d91eab068aecf27ea58121798037c7f87c76976c Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 2 Sep 2023 04:55:18 +0000 Subject: [PATCH] whitespace --- lib/libcrypto/evp/m_md5_sha1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/evp/m_md5_sha1.c b/lib/libcrypto/evp/m_md5_sha1.c index f4a6600ec61..7dd1ae1278d 100644 --- 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 * @@ -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; -- 2.20.1