diff options
author | tb <> | 2023-09-02 04:55:18 +0000 |
---|---|---|
committer | tb <> | 2023-09-02 04:55:18 +0000 |
commit | c20970f44795d8cb71d212408a85562a7d9dfd33 (patch) | |
tree | b6437315d337697e1d7ed249b93462f7da5e6fcc /src/lib | |
parent | 5f713791dfb56d7af94af20ce95698f7201933e5 (diff) | |
download | openbsd-c20970f44795d8cb71d212408a85562a7d9dfd33.tar.gz openbsd-c20970f44795d8cb71d212408a85562a7d9dfd33.tar.bz2 openbsd-c20970f44795d8cb71d212408a85562a7d9dfd33.zip |
whitespace
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/evp/m_md5_sha1.c | 4 |
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 | ||
47 | static int | 47 | static int |
48 | md5_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) | 48 | md5_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; |