summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adhoc.cpp.proto9
-rw-r--r--cryptest.dsp53
-rw-r--r--cryptlib.dsp53
3 files changed, 62 insertions, 53 deletions
diff --git a/adhoc.cpp.proto b/adhoc.cpp.proto
index 8e7f9c2..df09f11 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[])
diff --git a/cryptest.dsp b/cryptest.dsp
index e481e9e..74e0dc1 100644
--- a/cryptest.dsp
+++ b/cryptest.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="cryptest" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# Microsoft Developer Studio Generated Build File, Format Version 60000
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
@@ -373,57 +373,6 @@ SOURCE=.\adhoc.cpp
# End Source File
# Begin Source File
-SOURCE=.\adhoc.cpp.proto
-
-!IF "$(CFG)" == "cryptest - Win32 FIPS 140 Release"
-
-# Begin Custom Build
-InputPath=.\adhoc.cpp.proto
-
-"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- if exist adhoc.cpp echo: >> adhoc.cpp
- if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "cryptest - Win32 FIPS 140 Debug"
-
-# Begin Custom Build
-InputPath=.\adhoc.cpp.proto
-
-"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- if exist adhoc.cpp echo: >> adhoc.cpp
- if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "cryptest - Win32 Release"
-
-# Begin Custom Build
-InputPath=.\adhoc.cpp.proto
-
-"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- if exist adhoc.cpp echo: >> adhoc.cpp
- if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "cryptest - Win32 Debug"
-
-# Begin Custom Build
-InputPath=.\adhoc.cpp.proto
-
-"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- if exist adhoc.cpp echo: >> adhoc.cpp
- if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
SOURCE=.\bench.cpp
# End Source File
# Begin Source File
diff --git a/cryptlib.dsp b/cryptlib.dsp
index 5cb3b63..bbf78d3 100644
--- a/cryptlib.dsp
+++ b/cryptlib.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="cryptlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# Microsoft Developer Studio Generated Build File, Format Version 60000
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
@@ -139,6 +139,57 @@ SOURCE=.\3way.cpp
# End Source File
# Begin Source File
+SOURCE=.\adhoc.cpp.proto
+
+!IF "$(CFG)" == "cryptlib - Win32 FIPS 140 Release"
+
+# Begin Custom Build
+InputPath=.\adhoc.cpp.proto
+
+"adhoc.cpp.copied" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
+ echo: >> adhoc.cpp.copied
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "cryptlib - Win32 FIPS 140 Debug"
+
+# Begin Custom Build
+InputPath=.\adhoc.cpp.proto
+
+"adhoc.cpp.copied" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
+ echo: >> adhoc.cpp.copied
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "cryptlib - Win32 Release"
+
+# Begin Custom Build
+InputPath=.\adhoc.cpp.proto
+
+"adhoc.cpp.copied" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
+ echo: >> adhoc.cpp.copied
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "cryptlib - Win32 Debug"
+
+# Begin Custom Build
+InputPath=.\adhoc.cpp.proto
+
+"adhoc.cpp.copied" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
+ echo: >> adhoc.cpp.copied
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\adler32.cpp
# End Source File
# Begin Source File