diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-08-04 21:31:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-08-04 21:31:35 +0000 |
commit | 81dbd55ac598ad8e23c798d7322c3531b6b6fad3 (patch) | |
tree | 7c09baadff7ed14fce90e1945c253f991207fb07 /lib/libc/md | |
parent | e25bac01a235c22882c43f45117bf275363e5faa (diff) |
typo
Diffstat (limited to 'lib/libc/md')
-rw-r--r-- | lib/libc/md/mdX.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index 6afb2d8ac9e..c20eb7d0eec 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.1 1996/06/03 22:20:43 niklas Exp $ +.\" $OpenBSD: mdX.3,v 1.2 1996/08/04 21:31:34 millert Exp $ .\" .Dd July 14, 1994 .Dt MDX 3 @@ -43,7 +43,7 @@ input. MD2 is the slowest, MD4 is the fastest and MD5 is somewhere in the middle. MD2 can only be used for Privacy-Enhanced Mail. -MD4 has been critizised for being to weak, and MD5 was developed as a +MD4 has been critizised for being too weak, and MD5 was developed as a response to this as ``MD4 with safety-belts''. If in doubt, use MD5. The |