diff options
author | cperciva <cperciva@FreeBSD.org> | 2011-06-27 02:10:10 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2011-06-27 02:10:10 +0000 |
commit | 22d4b198f71062a8350ee0ae9c064159d33d9b33 (patch) | |
tree | 68a8e17df3a4fa499632c744ab42b6eaf1f5dd9d /lib/libmd | |
parent | 75acd605ce922794fe235e8ef59acfdde2b2ccc4 (diff) | |
download | FreeBSD-src-22d4b198f71062a8350ee0ae9c064159d33d9b33.zip FreeBSD-src-22d4b198f71062a8350ee0ae9c064159d33d9b33.tar.gz |
Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512
code in 9.0; neither existed in FreeBSD 4.0.
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/sha256.3 | 2 | ||||
-rw-r--r-- | 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 |