summaryrefslogtreecommitdiff
path: root/include/m_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_crypto.h')
-rw-r--r--include/m_crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_crypto.h b/include/m_crypto.h
index 0d79e2f9ba..32b532f9b1 100644
--- a/include/m_crypto.h
+++ b/include/m_crypto.h
@@ -41,6 +41,7 @@ struct MICryptoEngine
STDMETHOD_(void, purgeKey)(void)PURE; // purges a key from memory
// sets the master password (in utf-8)
+ STDMETHOD_(bool, checkPassword)(const char *pszPassword) PURE;
STDMETHOD_(void, setPassword)(const char *pszPassword) PURE;
// result must be freed using mir_free or assigned to mir_ptr<BYTE>