diff options
author | 1997-07-17 05:33:16 +0000 | |
---|---|---|
committer | 1997-07-17 05:33:16 +0000 | |
commit | 4b0dca6b7c56c4baa67f26f005fb7d8b760c2476 (patch) | |
tree | 0f30673918864eb795cf23a86cd5603cc8968d31 /lib/libc | |
parent | formatting (diff) | |
download | wireguard-openbsd-4b0dca6b7c56c4baa67f26f005fb7d8b760c2476.tar.xz wireguard-openbsd-4b0dca6b7c56c4baa67f26f005fb7d8b760c2476.zip |
Fix typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/hash/sha1.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index 384f48af207..a39f399147a 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.5 1997/07/15 01:54:23 millert Exp $ +.\" $OpenBSD: sha1.3,v 1.6 1997/07/17 05:33:16 millert Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -59,7 +59,7 @@ .Ft "char *" .Fn SHA1Data "u_char *data" "u_int len" "char *buf" .Sh DESCRIPTION -The SHA1 functions implement then NIST Secure Hash Algorithm (SHA-1), +The SHA1 functions implement the NIST Secure Hash Algorithm (SHA-1), FIPS PUB 180-1. SHA-1 is used to generate a condensed representation of a message called a message digest. The algorithm takes a message less than 2^64 bits as input and produces a 160-bit digest |