diff --git a/src/lib/libc/hash/sha2.3 b/src/lib/libc/hash/sha2.3 index 0533b17b..9a518f76 100644 --- a/src/lib/libc/hash/sha2.3 +++ b/src/lib/libc/hash/sha2.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha2.3,v 1.12 2005/09/12 10:33:29 jmc Exp $ +.\" $OpenBSD: sha2.3,v 1.13 2007/02/27 19:34:53 millert Exp $ .\" .\" Copyright (c) 2003, 2004 Todd C. Miller .\" @@ -277,6 +277,6 @@ This implementation of the Secure Hash Standard has not been validated by 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 five 32-bit integers) it will be necessary to +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.