diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-18 09:35:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-18 09:35:26 +0000 |
commit | 5b365d71c4ae382d93c5ee90c66604e41ab4b1fb (patch) | |
tree | 78124acedd7633b9a7a8fe39d39c93ff3647ac94 /plugins/CryptoPP/src/commonheaders.h | |
parent | 3f88620733ada264505ffa7b527145481af7d2ef (diff) |
- strange endless thread removed from CryptoPP;
- cleanup procedure established;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|