summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/CryptoPP/cryptopp_14.vcxproj2
-rw-r--r--plugins/CryptoPP/src/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/cryptopp_14.vcxproj b/plugins/CryptoPP/cryptopp_14.vcxproj
index 01f0f527c8..a0ba746d3f 100644
--- a/plugins/CryptoPP/cryptopp_14.vcxproj
+++ b/plugins/CryptoPP/cryptopp_14.vcxproj
@@ -261,7 +261,7 @@
<ResourceCompile Include="src\GPGw\gpg.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="crypto\cryptlib_12.vcxproj">
+ <ProjectReference Include="crypto\cryptlib_14.vcxproj">
<Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/CryptoPP/src/main.cpp b/plugins/CryptoPP/src/main.cpp
index ebd54b4e21..22be7cadba 100644
--- a/plugins/CryptoPP/src/main.cpp
+++ b/plugins/CryptoPP/src/main.cpp
@@ -2,7 +2,7 @@
int hLangpack;
LPCSTR szModuleName = MODULENAME;
-LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING_DOTS")";
+LPCSTR szVersionStr = MODULENAME" DLL (" __VERSION_STRING_DOTS ")";
HINSTANCE g_hInst;
HANDLE hPGPPRIV = NULL;