From 0fd8cb2cb17ad7a6bd4e1f5a3f6df8d3e3a7f796 Mon Sep 17 00:00:00 2001 From: grr Date: Fri, 6 Jun 1997 17:48:49 +0000 Subject: eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source --- sys/lib/libkern/md5.c | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3