summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/revocation_key.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/types/revocation_key.rs')
-rw-r--r--openpgp/src/types/revocation_key.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/types/revocation_key.rs b/openpgp/src/types/revocation_key.rs
index c96910a2..a67f0d4a 100644
--- a/openpgp/src/types/revocation_key.rs
+++ b/openpgp/src/types/revocation_key.rs
@@ -10,7 +10,7 @@ use crate::{
/// Designates a key as a valid third-party revoker.
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct RevocationKey {
- /// XXX: RFC4880 says nothing about this.
+ /// The public key algorithm used by the authorized key.
pk_algo: PublicKeyAlgorithm,
/// Fingerprint of authorized key.