summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/sha/sha512.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/sha/sha512.c b/src/lib/libcrypto/sha/sha512.c
index d79e2879d2..3fe20de51b 100644
--- a/src/lib/libcrypto/sha/sha512.c
+++ b/src/lib/libcrypto/sha/sha512.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sha512.c,v 1.25 2023/04/11 10:21:02 jsing Exp $ */ 1/* $OpenBSD: sha512.c,v 1.26 2023/04/11 10:26:29 jsing Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -67,10 +67,9 @@
67#define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA 67#define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA
68#endif 68#endif
69 69
70#ifndef SHA512_ASM 70#ifdef SHA512_ASM
71static 71void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num);
72#endif 72#endif
73void sha512_block_data_order (SHA512_CTX *ctx, const void *in, size_t num);
74 73
75#ifndef SHA512_ASM 74#ifndef SHA512_ASM
76static const SHA_LONG64 K512[80] = { 75static const SHA_LONG64 K512[80] = {