From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- embeddedcryptopp/adhoc.cpp.proto | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 embeddedcryptopp/adhoc.cpp.proto (limited to 'embeddedcryptopp/adhoc.cpp.proto') diff --git a/embeddedcryptopp/adhoc.cpp.proto b/embeddedcryptopp/adhoc.cpp.proto deleted file mode 100644 index df09f11..0000000 --- a/embeddedcryptopp/adhoc.cpp.proto +++ /dev/null @@ -1,17 +0,0 @@ -#include "filters.h" -#include "files.h" -#include "base64.h" -#include "hex.h" -#include - -USING_NAMESPACE(CryptoPP) -USING_NAMESPACE(std) - -extern int (*AdhocTest)(int argc, char *argv[]); - -int MyAdhocTest(int argc, char *argv[]) -{ - return 0; -} - -static int s_i = (AdhocTest = &MyAdhocTest, 0); -- cgit v1.2.3