chiark / gitweb /
Build system: Use -lnsl only if inet_ntoa is not found otherwise.
[secnet.git] / md5.c
diff --git a/md5.c b/md5.c
index 69158911eff29cf3540bcae36951e17736d27c27..738d81a824bf1ebb4593c60f46d65596084a1458 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -3,6 +3,7 @@
  * The algorithm is due to Ron Rivest.  This code was
  * written by Colin Plumb in 1993, no copyright is claimed.
  * This code is in the public domain; do with it what you wish.
+ * [I interpet this as a blanket permision -iwj.]
  *
  * Equivalent code is available from RSA Data Security, Inc.
  * This code has been tested against that, and is equivalent,