summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-10 08:41:12 +0000
committerjmc <jmc@openbsd.org>2016-03-10 08:41:12 +0000
commit47421fc62eb6bbbd78af1d39cfc44b650384153d (patch)
tree0213688a7ce111a98add4005a399cc3c6d531896 /lib/libc
parentun-vax; (diff)
downloadwireguard-openbsd-47421fc62eb6bbbd78af1d39cfc44b650384153d.tar.xz
wireguard-openbsd-47421fc62eb6bbbd78af1d39cfc44b650384153d.zip
un-vax;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/hash/rmd160.37
-rw-r--r--lib/libc/hash/sha1.37
-rw-r--r--lib/libc/hash/sha2.37
3 files changed, 9 insertions, 12 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 9678b02dc62..e623e7094b1 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.35 2015/11/10 23:48:18 jmc Exp $
+.\" $OpenBSD: rmd160.3,v 1.36 2016/03/10 08:41:12 jmc Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -17,7 +17,7 @@
.\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
.\" for detailed information about RIPEMD-160.
.\"
-.Dd $Mdocdate: November 10 2015 $
+.Dd $Mdocdate: March 10 2016 $
.Dt RMD160INIT 3
.Os
.Sh NAME
@@ -237,5 +237,4 @@ helper functions are derived from code written by
.Sh CAVEATS
If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
-perform byte swapping on little endian machines such as the i386, alpha,
-and vax.
+perform byte swapping on little endian machines such as the i386 and alpha.
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index 4479b0d45d4..4154879756a 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.42 2015/11/10 23:48:18 jmc Exp $
+.\" $OpenBSD: sha1.3,v 1.43 2016/03/10 08:41:12 jmc Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -17,7 +17,7 @@
.\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
.\" for the detailed standard
.\"
-.Dd $Mdocdate: November 10 2015 $
+.Dd $Mdocdate: March 10 2016 $
.Dt SHA1INIT 3
.Os
.Sh NAME
@@ -240,5 +240,4 @@ and as such is not in official compliance with the standard.
.Pp
If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
-perform byte swapping on little endian machines such as the i386, alpha,
-and vax.
+perform byte swapping on little endian machines such as the i386 and alpha.
diff --git a/lib/libc/hash/sha2.3 b/lib/libc/hash/sha2.3
index 1238306e041..ae85a724b5e 100644
--- a/lib/libc/hash/sha2.3
+++ b/lib/libc/hash/sha2.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha2.3,v 1.23 2015/11/10 23:48:18 jmc Exp $
+.\" $OpenBSD: sha2.3,v 1.24 2016/03/10 08:41:12 jmc Exp $
.\"
.\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -20,7 +20,7 @@
.\"
.\" See http://www.nist.gov/sha/ for the detailed standard
.\"
-.Dd $Mdocdate: November 10 2015 $
+.Dd $Mdocdate: March 10 2016 $
.Dt SHA256INIT 3
.Os
.Sh NAME
@@ -325,5 +325,4 @@ NIST and as such is not in official compliance with the standard.
.Pp
If a message digest is to be copied to a multi-byte type (i.e.\&
an array of 32-bit integers) it will be necessary to
-perform byte swapping on little endian machines such as the i386, alpha,
-and vax.
+perform byte swapping on little endian machines such as the i386 and alpha.