diff options
author | 1997-06-06 17:48:48 +0000 | |
---|---|---|
committer | 1997-06-06 17:48:48 +0000 | |
commit | 7302f6151725b2e0a038a247dc1f1fee108d84cd (patch) | |
tree | 837442d023adc06695f7c87cd401f1f5e357f82d /sys/lib/libkern/md5.c | |
parent | fix a problem where make works once and fails on a second try due to some symlink already existing (diff) | |
download | wireguard-openbsd-7302f6151725b2e0a038a247dc1f1fee108d84cd.tar.xz wireguard-openbsd-7302f6151725b2e0a038a247dc1f1fee108d84cd.zip |
eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source
Diffstat (limited to 'sys/lib/libkern/md5.c')
-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> |