summaryrefslogtreecommitdiff
path: root/embeddedcryptopp/adhoc.cpp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedcryptopp/adhoc.cpp.proto')
-rw-r--r--embeddedcryptopp/adhoc.cpp.proto17
1 files changed, 0 insertions, 17 deletions
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 <iostream>
-
-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);