summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h')
-rw-r--r--plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h
index 53a1df46e7..38122bca7f 100644
--- a/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h
+++ b/plugins/CryptoPP/src/PGPw/sdk8/include/pgpBase.h
@@ -221,9 +221,6 @@ typedef unsigned int PGPUInt;
#if PGP_WIN32
#if defined(_WIN64)
- #if PGP_HAVE_64_HARDWARE==0
- #error "Configuration error: PGP_HAVE_64_HARDWARE must be 1 for WIN64"
- #endif
typedef __int64 PGPLong;
typedef unsigned __int64 PGPULong;
#else