From 324462d57d92078e16c9afc33e7d1da0bf2a3ad0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Jun 2013 18:09:48 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@4920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/cryptopp_10.vcxproj | 4 +--- plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/cryptopp_10.vcxproj b/plugins/CryptoPP/cryptopp_10.vcxproj index 82b0b5b98d..1da100f02a 100644 --- a/plugins/CryptoPP/cryptopp_10.vcxproj +++ b/plugins/CryptoPP/cryptopp_10.vcxproj @@ -27,7 +27,6 @@ DynamicLibrary MultiByte true - v100 DynamicLibrary @@ -38,7 +37,6 @@ DynamicLibrary MultiByte - v100 DynamicLibrary @@ -265,7 +263,7 @@ - + {290c5ed4-71a7-4040-ad26-4820cf7a9e60} diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h index 9f2830ddf0..93a99825f8 100644 --- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h +++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpEncode.h @@ -283,12 +283,12 @@ PGP_BEGIN_C_DECLARATIONS ** PGPOptionListRef's which describe the inputs, outputs, and options. */ -PGPError PGPEncode(PGPContextRef context, +PGPError PGPEncode(PGPContextRef context, PGPOptionListRef firstOption, ...); -PGPError PGPDecode(PGPContextRef context, +PGPError PGPDecode(PGPContextRef context, PGPOptionListRef firstOption, ...); -PGPError PGPAddJobOptions(PGPJobRef job, +PGPError PGPAddJobOptions(PGPJobRef job, PGPOptionListRef firstOption, ...); PGP_END_C_DECLARATIONS -- cgit v1.2.3