summaryrefslogtreecommitdiffstats
path: root/examples/guide-the-keystore.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guide-the-keystore.rs')
-rw-r--r--examples/guide-the-keystore.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guide-the-keystore.rs b/examples/guide-the-keystore.rs
index c5c6f361..8ede6ac9 100644
--- a/examples/guide-the-keystore.rs
+++ b/examples/guide-the-keystore.rs
@@ -1,7 +1,7 @@
//! https://sequoia-pgp.org/guide/the-keystore/
#[macro_use] // For armored!
-extern crate openpgp;
+extern crate sequoia_openpgp as openpgp;
extern crate sequoia;
use sequoia::{core, store};