diff options
author | 2002-06-14 21:34:58 +0000 | |
---|---|---|
committer | 2002-06-14 21:34:58 +0000 | |
commit | e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch) | |
tree | d3889a616a1b0ce198ee331a24bc7bfe5edff217 /sys/lib/libkern/md5.c | |
parent | make the output of pfctl -k look nice again (diff) | |
download | wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/lib/libkern/md5.c')
-rw-r--r-- | sys/lib/libkern/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/md5.c b/sys/lib/libkern/md5.c index a332b1a836d..bdd3d84e1d4 100644 --- a/sys/lib/libkern/md5.c +++ b/sys/lib/libkern/md5.c @@ -1,8 +1,8 @@ -/* $OpenBSD: md5.c,v 1.8 2002/03/14 01:27:07 millert Exp $ */ +/* $OpenBSD: md5.c,v 1.9 2002/06/14 21:34:59 todd Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic - * changes to accomodate it in the kernel by ji. + * changes to accommodate it in the kernel by ji. */ /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm |