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.2 by pippijn, Tue Aug 28 17:08:12 2007 UTC vs.
Revision 1.3 by pippijn, Wed Sep 5 11:23:15 2007 UTC

1/* 1/*
2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
3 * Rights to this code are documented in doc/poddoc/gplicense.pod 3 * Rights to this code are documented in doc/poddoc/license.pod
4 * 4 *
5 * $Id: md5.C,v 1.2 2007/08/28 17:08:12 pippijn Exp $ 5 * $Id: md5.C,v 1.3 2007/09/05 11:23:15 pippijn Exp $
6 */ 6 */
7#include <memory> /* for memcpy() */ 7#include <memory> /* for memcpy() */
8 8
9#include <svsconfig.h> 9#include <svsconfig.h>
10#include "md5.h" 10#include "md5.h"
11 11
12static char const rcsid[] = "$Id: md5.C,v 1.2 2007/08/28 17:08:12 pippijn Exp $"; 12static char const rcsid[] = "$Id: md5.C,v 1.3 2007/09/05 11:23:15 pippijn Exp $";
13 13
14#ifndef HIGHFIRST 14#ifndef HIGHFIRST
15#define byteReverse(buf, len) /* Nothing */ 15#define byteReverse(buf, len) /* Nothing */
16#else 16#else
17void 17void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines