diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-08 21:29:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-08 21:29:50 +0000 |
commit | dc4ab66c287f25002c50daa8389904c52f309dc4 (patch) | |
tree | c723073a29020b0b697832d9ab1e92b100d3eca3 | |
parent | a86a530626563d8f1868a7d1012d10c3826515b5 (diff) |
typo
-rw-r--r-- | lib/libc/hash/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/Makefile.inc b/lib/libc/hash/Makefile.inc index b3522b26261..58a30e30ff1 100644 --- a/lib/libc/hash/Makefile.inc +++ b/lib/libc/hash/Makefile.inc @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.inc,v 1.21 2014/12/08 20:37:11 tedu Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2014/12/08 21:29:49 deraadt Exp $ # hash functions .PATH: ${LIBCSRCDIR}/hash HELPER= md5hl.c rmd160hl.c sha1hl.c sha224hl.c sha256hl.c sha384hl.c sha512hl.c SRCS+= md5.c rmd160.c sha1.c sha2.c ${HELPER} siphash.c -MAN+= md5.3 rmd160.3 sha1.3 sha2.3 SipHash.3 +MAN+= md5.3 rmd160.3 sha1.3 sha2.3 SipHash24.3 MLINKS+=md5.3 MD5Transform.3 md5.3 MD5Init.3 md5.3 MD5Final.3 MLINKS+=md5.3 MD5Update.3 md5.3 MD5End.3 md5.3 MD5File.3 |