summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/aead.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-23 16:27:01 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-23 16:27:01 +0200
commit3cc85231c0fa10718967be314854ee6b50a75cde (patch)
tree689975a672538a1df999b08bba14118466201eec /openpgp/src/crypto/aead.rs
parent194e2a8f63f38bd44340090f2fc121d4dcd24cd7 (diff)
openpgp: Move sequre_eq to openpgp::crypto.
Diffstat (limited to 'openpgp/src/crypto/aead.rs')
-rw-r--r--openpgp/src/crypto/aead.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/aead.rs b/openpgp/src/crypto/aead.rs
index fab20771..abab5e66 100644
--- a/openpgp/src/crypto/aead.rs
+++ b/openpgp/src/crypto/aead.rs
@@ -16,7 +16,7 @@ use conversions::{
use Error;
use Result;
use crypto::SessionKey;
-use secure_eq;
+use super::secure_eq;
impl AEADAlgorithm {
/// Returns the digest size of the AEAD algorithm.