diff options
Diffstat (limited to 'include/m_crypto.h')
-rw-r--r-- | include/m_crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_crypto.h b/include/m_crypto.h index 31007715a4..7a6a105e79 100644 --- a/include/m_crypto.h +++ b/include/m_crypto.h @@ -69,7 +69,7 @@ struct CRYPTO_PROVIDER {
DWORD dwSize;
DWORD dwFlags; // one of CPF_* constants
- int iLangId;
+ HPLUGIN pPlugin;
char *pszName; // unique id
MAllStrings szDescr; // description
|