Author: cperciva Date: Mon Jun 27 02:10:10 2011 New Revision: 223582 URL: http://svn.freebsd.org/changeset/base/223582
Log: Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512 code in 9.0; neither existed in FreeBSD 4.0. Modified: head/lib/libmd/sha256.3 head/lib/libmd/sha512.3 Modified: head/lib/libmd/sha256.3 ============================================================================== --- head/lib/libmd/sha256.3 Sun Jun 26 21:36:53 2011 (r223581) +++ head/lib/libmd/sha256.3 Mon Jun 27 02:10:10 2011 (r223582) @@ -127,7 +127,7 @@ argument is non-null it must point to at .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 Modified: head/lib/libmd/sha512.3 ============================================================================== --- head/lib/libmd/sha512.3 Sun Jun 26 21:36:53 2011 (r223581) +++ head/lib/libmd/sha512.3 Mon Jun 27 02:10:10 2011 (r223582) @@ -127,7 +127,7 @@ argument is non-null it must point to at .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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"