diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-02 16:41:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-02 16:41:43 +0100 |
| commit | 5de76e0ad3c6fc6e388350f3f046ea5e66f03baf (patch) | |
| tree | 51221ba0d43320906aa4756cb4e7727ab7f3cc77 /src | |
| parent | d46f9684e7c4a77d07b4bb6f4b8c85dba2584597 (diff) | |
Add comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/encrypted_kdm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_kdm.cc b/src/encrypted_kdm.cc index 4c24953f..ec8e6835 100644 --- a/src/encrypted_kdm.cc +++ b/src/encrypted_kdm.cc @@ -577,6 +577,7 @@ EncryptedKDM::EncryptedKDM ( reports that this doesn't work with his setup; a working KDM does not include the recipient's thumbprint (recipient.thumbprint()). + Waimea uses only the trusted devices here, too. */ BOOST_FOREACH (Certificate const & i, trusted_devices) { kre.authorized_device_info.certificate_thumbprints.push_back (i.thumbprint ()); |
