diff options
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdb/src/dbintf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h index c1a8569a2c..2514431260 100644 --- a/plugins/Dbx_mdb/src/dbintf.h +++ b/plugins/Dbx_mdb/src/dbintf.h @@ -322,10 +322,16 @@ protected: ////////////////////////////////////////////////////////////////////////////
// encryption
+ MDB_dbi m_dbCrypto;
+
+
int InitCrypt(void);
void ToggleEventsEncryption(MCONTACT contactID);
void ToggleSettingsEncryption(MCONTACT contactID);
+ CRYPTO_PROVIDER* SelectProvider();
+ void GenerateNewKey();
+
void InitDialogs();
bool EnterPassword(const BYTE *pKey, const size_t keyLen);
};
|