From fce2adb7359e6c9e50d280f0ac807117628fc6e9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Jun 1996 14:53:29 +0000 Subject: Licensing and copyright changes pursuant to Carl Harris handing me the baton. svn path=/trunk/; revision=16 --- md5c.c | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'md5c.c') diff --git a/md5c.c b/md5c.c index 9488fa71..43d85e68 100644 --- a/md5c.c +++ b/md5c.c @@ -1,28 +1,3 @@ -/* - * md5c.c MD5 support used by popclient. - * - * $Log: md5c.c,v $ - * Revision 1.1 1996/06/28 14:35:47 esr - * Initial revision - * - * Revision 1.2 1995/08/10 00:32:30 ceharris - * Preparation for 3.0b3 beta release: - * - added code for --kill/--keep, --limit, --protocol, --flush - * options; --pop2 and --pop3 options now obsoleted by --protocol. - * - added support for APOP authentication, including --with-APOP - * argument for configure. - * - provisional and broken support for RPOP - * - added buffering to SockGets and SockRead functions. - * - fixed problem of command-line options not being correctly - * carried into the merged options record. - * - * Revision 1.1 1995/08/09 14:27:23 ceharris - * First revision popclient MD5 support for APOP. The MD5 code is - * provided by RSA Data Security. See notice below. - * - * - */ - /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ -- cgit v1.2.3