diff options
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 ()); |
