ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/md5.C
(Generate patch)

Comparing ermyth/src/md5.C (file contents):
Revision 1.4 by pippijn, Sun Sep 9 20:05:52 2007 UTC vs.
Revision 1.5 by pippijn, Sun Sep 16 18:54:45 2007 UTC

1/** 1/**
2 * md5.C: Message Digest 5 algorithm implementation 2 * md5.C: Message Digest 5 algorithm implementation
3 * Rights to this code are documented in doc/poddoc/license.pod
4 * 3 *
5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de) 4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: md5.C,v 1.4 2007/09/09 20:05:52 pippijn Exp $"; 8static char const rcsid[] = "$Id: md5.C,v 1.5 2007/09/16 18:54:45 pippijn Exp $";
9 9
10#include <memory> /* for memcpy() */ 10#include <memory> /* for memcpy() */
11 11
12#include <svsconfig.h> 12#include <svsconfig.h>
13#include "md5.h" 13#include "md5.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines