Browse Source

un-vax;

OPENBSD_6_0
jmc 8 years ago
parent
commit
963b22afaf
3 changed files with 9 additions and 12 deletions
  1. +3
    -4
      src/lib/libc/hash/rmd160.3
  2. +3
    -4
      src/lib/libc/hash/sha1.3
  3. +3
    -4
      src/lib/libc/hash/sha2.3

+ 3
- 4
src/lib/libc/hash/rmd160.3 View File

@ -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.

+ 3
- 4
src/lib/libc/hash/sha1.3 View File

@ -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.

+ 3
- 4
src/lib/libc/hash/sha2.3 View File

@ -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.

Loading…
Cancel
Save