summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index de9269a4..8289d6b9 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -621,7 +621,7 @@ pub struct Message {
/// 4880].
///
/// [Section 12.2 of RFC 4880]: https://tools.ietf.org/html/rfc4880#section-12.2
-#[derive(PartialEq, Clone, Hash)]
+#[derive(PartialEq, Eq, Clone, Hash)]
pub enum Fingerprint {
/// 20 byte SHA-1 hash.
V4([u8;20]),