summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md32_common.h')
-rw-r--r--src/lib/libcrypto/md32_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/md32_common.h b/src/lib/libcrypto/md32_common.h
index 0dca61710f..a8b0d9ab74 100644
--- a/src/lib/libcrypto/md32_common.h
+++ b/src/lib/libcrypto/md32_common.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: md32_common.h,v 1.22 2016/11/04 13:56:04 miod Exp $ */ 1/* $OpenBSD: md32_common.h,v 1.23 2022/12/26 07:18:50 jmc Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -316,7 +316,7 @@ int HASH_FINAL (unsigned char *md, HASH_CTX *c)
316#if defined(__alpha) || defined(__sparcv9) || defined(__mips) 316#if defined(__alpha) || defined(__sparcv9) || defined(__mips)
317#define MD32_REG_T long 317#define MD32_REG_T long
318/* 318/*
319 * This comment was originaly written for MD5, which is why it 319 * This comment was originally written for MD5, which is why it
320 * discusses A-D. But it basically applies to all 32-bit digests, 320 * discusses A-D. But it basically applies to all 32-bit digests,
321 * which is why it was moved to common header file. 321 * which is why it was moved to common header file.
322 * 322 *