summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrr <grr@cvs.openbsd.org>1997-06-06 17:48:49 +0000
committergrr <grr@cvs.openbsd.org>1997-06-06 17:48:49 +0000
commit0fd8cb2cb17ad7a6bd4e1f5a3f6df8d3e3a7f796 (patch)
tree6e213a480e7fb798e972e7efeaadff26869ca8f6
parent1bd2f19a3308fa87386c20aea23bd537a9ee3c8c (diff)
eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source
-rw-r--r--sys/lib/libkern/md5.c5
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>