Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/hash/sha1 Fix link sha1.3 <- SHA1File.3
details: https://anonhg.NetBSD.org/src/rev/cbcffd9f123b
branches: trunk
changeset: 837280:cbcffd9f123b
user: kamil <kamil%NetBSD.org@localhost>
date: Tue Nov 27 03:56:37 2018 +0000
description:
Fix link sha1.3 <- SHA1File.3
This SHA1File used to link to sha2(3).
diffstat:
lib/libc/hash/sha1/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r c0551ed05a0c -r cbcffd9f123b lib/libc/hash/sha1/Makefile.inc
--- a/lib/libc/hash/sha1/Makefile.inc Tue Nov 27 03:29:36 2018 +0000
+++ b/lib/libc/hash/sha1/Makefile.inc Tue Nov 27 03:56:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2006/10/27 18:29:21 drochner Exp $
+# $NetBSD: Makefile.inc,v 1.3 2018/11/27 03:56:37 kamil Exp $
# hash functions
.PATH: ${.CURDIR}/hash/sha1
@@ -8,5 +8,5 @@
MAN+= sha1.3
MLINKS+=sha1.3 SHA1Init.3 sha1.3 SHA1Update.3 sha1.3 SHA1Final.3
-MLINKS+=sha1.3 SHA1End.3 sha2.3 SHA1File.3 sha1.3 SHA1Data.3
+MLINKS+=sha1.3 SHA1End.3 sha1.3 SHA1File.3 sha1.3 SHA1Data.3
MLINKS+=sha1.3 SHA1Transform.3 sha1.3 SHA1FileChunk.3
Home |
Main Index |
Thread Index |
Old Index