summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-06 19:13:10 +0000
committerjmc <jmc@openbsd.org>2003-05-06 19:13:10 +0000
commit2b6e3281484e63c4fb5466cefa3afa7e417a3dd8 (patch)
tree6ccf24167d2bea1cc02efefb1138965163e16587
parentminor string cleanings; tdeval ok (diff)
downloadwireguard-openbsd-2b6e3281484e63c4fb5466cefa3afa7e417a3dd8.tar.xz
wireguard-openbsd-2b6e3281484e63c4fb5466cefa3afa7e417a3dd8.zip
updated URL from Leandro Costa;
ok millert@
-rw-r--r--lib/libc/hash/sha1.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index 04c90fcee2e..44e23c8257a 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.21 2001/10/29 18:08:29 millert Exp $
+.\" $OpenBSD: sha1.3,v 1.22 2003/05/06 19:13:10 jmc Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -25,7 +25,8 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" See http://csrc.nist.gov/fips/fip180-1.txt for the detailed standard
+.\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
+.\" for the detailed standard
.\"
.Dd July 10, 1997
.Dt SHA1 3