diff options
-rw-r--r-- | sys/lib/libkern/md5.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/lib/libkern/md5.c b/sys/lib/libkern/md5.c index 49304fe7146..0540e2388d6 100644 --- a/sys/lib/libkern/md5.c +++ b/sys/lib/libkern/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.5 1997/04/04 16:17:04 mickey Exp $ */ +/* $OpenBSD: md5.c,v 1.6 1997/06/06 17:48:48 grr Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic @@ -35,9 +35,6 @@ documentation and/or software. * * HAVEMEMCOPY is defined if mem* routines are available * - * HAVEHTON is defined if htons() and htonl() can be used - * for big/little endian conversions - * */ #include <sys/param.h> |