From 22d4b198f71062a8350ee0ae9c064159d33d9b33 Mon Sep 17 00:00:00 2001 From: cperciva Date: Mon, 27 Jun 2011 02:10:10 +0000 Subject: Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512 code in 9.0; neither existed in FreeBSD 4.0. --- lib/libmd/sha256.3 | 2 +- lib/libmd/sha512.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libmd/sha256.3 b/lib/libmd/sha256.3 index fb96100..f40e6df 100644 --- a/lib/libmd/sha256.3 +++ b/lib/libmd/sha256.3 @@ -127,7 +127,7 @@ argument is non-null it must point to at least 65 characters of buffer space. .Xr sha 3 .Sh HISTORY These functions appeared in -.Fx 4.0 . +.Fx 6.0 . .Sh AUTHORS The core hash routines were implemented by Colin Percival based on the published diff --git a/lib/libmd/sha512.3 b/lib/libmd/sha512.3 index 45a4096..953ee25 100644 --- a/lib/libmd/sha512.3 +++ b/lib/libmd/sha512.3 @@ -127,7 +127,7 @@ argument is non-null it must point to at least 65 characters of buffer space. .Xr sha 3 .Sh HISTORY These functions appeared in -.Fx 4.0 . +.Fx 9.0 . .Sh AUTHORS The core hash routines were implemented by Colin Percival based on the published -- cgit v1.1