summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert.rs')
-rw-r--r--openpgp/src/cert.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index bc274021..3876b8e1 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -148,7 +148,10 @@ use std::ops::{Deref, DerefMut};
use std::time;
use crate::{
- crypto::Signer,
+ crypto::{
+ Signer,
+ hash::Digest,
+ },
Error,
Result,
SignatureType,