tycho / crisscross

A C++ library with various uses.

This URL has Read+Write access

commit  7987aa68f431ed617ef9fc0f469a294e970fb091
tree    b9ba04d069e7eafc21d85d7741c991dd82dffb6d
parent  d420e00b73628b612b946ab2cda8a6fc9c4f7076
crisscross / TestSuite / md5.h
100644 22 lines (16 sloc) 0.303 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
* CrissCross
* A multi-purpose cross-platform library.
*
* A product of Uplink Laboratories.
*
* (c) 2006-2009 Steven Noonan.
* Licensed under the New BSD License.
*
*/
 
#ifndef __included_md5_test_h
#define __included_md5_test_h
 
#ifdef ENABLE_MD5
 
int TestMD5();
 
#endif
 
#endif