From a5548dc2e4db5b4a5469e7b320f37f89e32bb1b3 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 2 Jul 2019 14:44:14 +0200 Subject: openpgp: Make the crypto::hash module public, remove re-export. --- sqv/src/sqv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqv') 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; -- cgit v1.2.3