diff options
author | 1996-04-24 05:28:26 +0000 | |
---|---|---|
committer | 1996-04-24 05:28:26 +0000 | |
commit | e0b56e91a896a7cd0e2b5adeef8c772134a35abb (patch) | |
tree | 32601f265f8de8753c6b3ae17cf17bfe6ebd260a /sys/lib/libkern/md5.c | |
parent | add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible (diff) | |
download | wireguard-openbsd-e0b56e91a896a7cd0e2b5adeef8c772134a35abb.tar.xz wireguard-openbsd-e0b56e91a896a7cd0e2b5adeef8c772134a35abb.zip |
Fix copyrights, comments, etc.
Diffstat (limited to 'sys/lib/libkern/md5.c')
-rw-r--r-- | sys/lib/libkern/md5.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/lib/libkern/md5.c b/sys/lib/libkern/md5.c index 02f21daae32..2caf104e410 100644 --- a/sys/lib/libkern/md5.c +++ b/sys/lib/libkern/md5.c @@ -1,9 +1,9 @@ -/* $OpenBSD: md5.c,v 1.1 1996/04/17 05:03:08 mickey Exp $ */ +/* $OpenBSD: md5.c,v 1.2 1996/04/24 05:28:26 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff. * - * This software derived from one contributed by Theodore Ts'o. + * This software derived from one contributed by Colin Plumb. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -15,7 +15,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Theodore Ts'o. + * This product includes software developed by Colin Plumb. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. @@ -77,8 +77,7 @@ MD5Init(buf) /* * The core of the MD5 algorithm, this alters an existing MD5 hash to - * reflect the addition of 16 longwords of new data. MD5Update blocks - * the data and converts bytes into longwords for this routine. + * reflect the addition of 16 longwords of new data. */ void MD5Transform(buf, in) |