diff options
Diffstat (limited to 'include')
-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 3d6e81d3a3..d13a6b053e 100644 --- a/include/m_crypto.h +++ b/include/m_crypto.h @@ -37,7 +37,7 @@ struct MICryptoEngine // get/set the instance key
STDMETHOD_(size_t, getKeyLength)(void) PURE;
STDMETHOD_(bool, getKey)(BYTE *pKey, size_t cbKeyLen) PURE;
- STDMETHOD_(bool, setKey)(const BYTE *pKey, size_t cbKeyLen) PURE;
+ STDMETHOD_(bool, setKey)(const char *pszPassword, const BYTE *pKey, size_t cbKeyLen) PURE;
STDMETHOD_(bool, generateKey)(void)PURE; // creates a new key inside
STDMETHOD_(void, purgeKey)(void)PURE; // purges a key from memory
|