From 963b22afaff1db0f0b44f28369a39778c1913212 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 10 Mar 2016 08:41:12 +0000 Subject: [PATCH] un-vax; --- src/lib/libc/hash/rmd160.3 | 7 +++---- src/lib/libc/hash/sha1.3 | 7 +++---- src/lib/libc/hash/sha2.3 | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/lib/libc/hash/rmd160.3 b/src/lib/libc/hash/rmd160.3 index 9678b02d..e623e709 100644 --- a/src/lib/libc/hash/rmd160.3 +++ b/src/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 .\" @@ -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/src/lib/libc/hash/sha1.3 b/src/lib/libc/hash/sha1.3 index 4479b0d4..41548797 100644 --- a/src/lib/libc/hash/sha1.3 +++ b/src/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 .\" @@ -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/src/lib/libc/hash/sha2.3 b/src/lib/libc/hash/sha2.3 index 1238306e..ae85a724 100644 --- a/src/lib/libc/hash/sha2.3 +++ b/src/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 .\" @@ -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.