summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/packet/signature/subpacket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 601649b2..399c557b 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -6119,7 +6119,7 @@ impl signature::SignatureBuilder {
{
self.hashed_area.replace(Subpacket::new(
SubpacketValue::SignersUserID(uid.as_ref().to_vec()),
- true)?)?;
+ false)?)?;
Ok(self)
}