summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-02 14:44:14 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-02 15:27:12 +0200
commita5548dc2e4db5b4a5469e7b320f37f89e32bb1b3 (patch)
tree63f8035242560edea8712159b03c7a7218938cc7 /sqv
parent1d30a4e19d3a812418f81b028781136cdb688492 (diff)
openpgp: Make the crypto::hash module public, remove re-export.
Diffstat (limited to 'sqv')
-rw-r--r--sqv/src/sqv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/src/sqv.rs b/sqv/src/sqv.rs
index 873ca9e8..91ff33f1 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -16,7 +16,7 @@ use std::collections::{HashMap, HashSet};
use openpgp::{TPK, Packet, packet::Signature, KeyID, RevocationStatus};
use openpgp::constants::HashAlgorithm;
-use openpgp::crypto::Hash;
+use openpgp::crypto::hash::Hash;
use openpgp::parse::{Parse, PacketParserResult, PacketParser};
use openpgp::tpk::TPKParser;