diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 00:10:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-08 00:10:01 +0100 |
| commit | 6a9f36928b7404250fc71694e88a73d5b4125695 (patch) | |
| tree | 0ba85c77e2661f07399fd7f810d52198f6d228e0 /src/encrypted_kdm.h | |
| parent | 4debca21936fd004fdcabe8d6178694f8cbf5f4d (diff) | |
Allow DecryptedKDM to be built up from individual keys.
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index 6e08199f..a22b3b40 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -96,6 +96,8 @@ private: data::EncryptedKDMData* _data; }; +extern bool operator== (EncryptedKDM const & a, EncryptedKDM const & b); + } #endif |
