summaryrefslogtreecommitdiff
path: root/lib/libc/hash
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2019-01-25 00:19:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2019-01-25 00:19:28 +0000
commit19e57109cd585cb86d263decaeaf7c719b3fc826 (patch)
tree33a0fb8e3da4b7ad0daa0878598496cc3e03f55d /lib/libc/hash
parent6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff)
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'lib/libc/hash')
-rw-r--r--lib/libc/hash/rmd160.36
-rw-r--r--lib/libc/hash/sha1.36
-rw-r--r--lib/libc/hash/sha2.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 3fb75256c7c..2ed78d2e8cc 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: rmd160.3,v 1.38 2016/09/04 09:24:38 tedu Exp $
+.\" $OpenBSD: rmd160.3,v 1.39 2019/01/25 00:19:25 millert Exp $
.\"
-.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
+.\" Copyright (c) 1997, 2004 Todd C. Miller <millert@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
.\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
.\" for detailed information about RIPEMD-160.
.\"
-.Dd $Mdocdate: September 4 2016 $
+.Dd $Mdocdate: January 25 2019 $
.Dt RMD160INIT 3
.Os
.Sh NAME
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index f745e42008e..a4204ccf2ab 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: sha1.3,v 1.45 2017/02/23 20:46:08 daniel Exp $
+.\" $OpenBSD: sha1.3,v 1.46 2019/01/25 00:19:25 millert Exp $
.\"
-.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
+.\" Copyright (c) 1997, 2004 Todd C. Miller <millert@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
.\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
.\" for the detailed standard
.\"
-.Dd $Mdocdate: February 23 2017 $
+.Dd $Mdocdate: January 25 2019 $
.Dt SHA1INIT 3
.Os
.Sh NAME
diff --git a/lib/libc/hash/sha2.3 b/lib/libc/hash/sha2.3
index 403ea68a7bf..370ec98906c 100644
--- a/lib/libc/hash/sha2.3
+++ b/lib/libc/hash/sha2.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: sha2.3,v 1.26 2016/09/04 09:28:12 tedu Exp $
+.\" $OpenBSD: sha2.3,v 1.27 2019/01/25 00:19:25 millert Exp $
.\"
-.\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
+.\" Copyright (c) 2003, 2004 Todd C. Miller <millert@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -20,7 +20,7 @@
.\"
.\" See http://www.nist.gov/sha/ for the detailed standard
.\"
-.Dd $Mdocdate: September 4 2016 $
+.Dd $Mdocdate: January 25 2019 $
.Dt SHA256INIT 3
.Os
.Sh NAME