diff options
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index d1829f7836..1e16f4e6d8 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -83,7 +83,6 @@ extern HANDLE hPGPPRIV; extern HANDLE hRSA4096;
extern CRITICAL_SECTION localQueueMutex;
-extern CRITICAL_SECTION localContextMutex;
void ExtractFile(char*,int,int);
size_t rtrim(LPCSTR);
|