summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-17 12:44:22 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:19:24 +0200
commitbc93b8a039753a626406f15a346f84ecaed49583 (patch)
treede89a8d571aac56f402baf2d6327abb838c64ce6 /openpgp/src/serialize.rs
parent5c80cd51fa5453be3207bb2c9491fbe8d9c0afe3 (diff)
openpgp: Move crypto::sexp to the ipc crate.
- This is only used to communicate with the GnuPG agent, so it should not be in the openpgp crate.
Diffstat (limited to 'openpgp/src/serialize.rs')
-rw-r--r--openpgp/src/serialize.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/serialize.rs b/openpgp/src/serialize.rs
index fb80a85d..87c12cd6 100644
--- a/openpgp/src/serialize.rs
+++ b/openpgp/src/serialize.rs
@@ -140,7 +140,6 @@ use std::convert::{TryFrom, TryInto};
use super::*;
-mod sexp;
mod cert;
pub use self::cert::TSK;
mod cert_armored;