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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/types/revocation_key.rs b/openpgp/src/types/revocation_key.rs
index f4dc7c49..c0457b24 100644
--- a/openpgp/src/types/revocation_key.rs
+++ b/openpgp/src/types/revocation_key.rs
@@ -68,6 +68,7 @@ pub struct RevocationKey {
/// authorizations.
unknown: u8,
}
+assert_send_and_sync!(RevocationKey);
impl From<&Cert> for RevocationKey {
fn from(cert: &Cert) -> Self {