From 745875139b5ee46e469927d410364bfeeedb2995 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 15:47:45 +0000 Subject: Despite some svn oddness, I'm now moving to a new setup for the tests, that's very much like the original one, but now using build. You will need the latest build in order to build the tests. --- src/test/md5test/md5test.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/test/md5test/md5test.cpp (limited to 'src/test/md5test') diff --git a/src/test/md5test/md5test.cpp b/src/test/md5test/md5test.cpp deleted file mode 100644 index 6f832df..0000000 --- a/src/test/md5test/md5test.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include -#include -#include "md5.h" - -int main() -{ - md5 mproc; - md5sum sum; - char hexstr[33]; - - memset( hexstr, 0, 33 ); - - mproc.sumString( &sum, "qwertyuiopasdfgh" ); - mproc.sumToHex( &sum, hexstr ); - printf("sum: %s\n", hexstr ); - printf("chk: 1ebfc043d8880b758b13ddc8aa1638ef\n"); - - return 0; -} -- cgit v1.2.3