Index: ossp-pkg/uuid/uuid_md5.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v' 2>/dev/null --- uuid_md5.c 2004/01/09 15:49:40 1.1 +++ uuid_md5.c 2004/01/09 15:51:20 1.2 @@ -35,7 +35,7 @@ /* * This is a RFC 1321 compliant Message Digest 5 (MD5) algorithm * implementation. It is directly derived from the RSA code published in - * RFC 1321 with just the following functionality keeping changes: + * RFC 1321 with just the following functionality preserving changes: * - converted function definitions from K&R to ANSI C * - included contents of the "global.h" and "md5.h" headers * - moved the SXX defines into the MD5Transform function