summaryrefslogtreecommitdiffstats
path: root/src/openpgp/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/openpgp/mod.rs')
-rw-r--r--src/openpgp/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openpgp/mod.rs b/src/openpgp/mod.rs
index 683b8448..46081fbe 100644
--- a/src/openpgp/mod.rs
+++ b/src/openpgp/mod.rs
@@ -3,6 +3,7 @@
// an included file confuses rust (it looks for the module in the
// wrong place). Hence, that here as well.
+pub mod armor;
pub mod parse;
pub mod types;