summaryrefslogtreecommitdiff
path: root/adhoc.cpp.proto
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-03-23 05:03:39 +0000
committerweidai <weidai11@users.noreply.github.com>2003-03-23 05:03:39 +0000
commitcafc368766d46e27038d7e87a53c57db342ae697 (patch)
tree64cfc6ea219fae4f309d77a51fc5923e1ddf4a87 /adhoc.cpp.proto
parent1dcc6c94835ffac8601977296a9e661ffd9c3769 (diff)
downloadcryptopp-git-cafc368766d46e27038d7e87a53c57db342ae697.tar.gz
avoid deleting adhoc.cpp during rebuild
Diffstat (limited to 'adhoc.cpp.proto')
-rw-r--r--adhoc.cpp.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
index 8e7f9c28..df09f118 100644
--- a/adhoc.cpp.proto
+++ b/adhoc.cpp.proto
@@ -1,3 +1,12 @@
+#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[])