From 1441dd354a7c090f04f5b7c9b883a394a1915551 Mon Sep 17 00:00:00 2001 From: Aaron Thompson Date: Wed, 13 Nov 2024 23:30:38 +0000 Subject: [PATCH] Signer: Don't bother passing KeyFile to Signature constructor The Signature constructor does not make use of the KeyFile property. --- lib/Mail/DKIM/Signer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Mail/DKIM/Signer.pm b/lib/Mail/DKIM/Signer.pm index ff3441d..62c5ded 100644 --- a/lib/Mail/DKIM/Signer.pm +++ b/lib/Mail/DKIM/Signer.pm @@ -271,7 +271,6 @@ sub finish_header { Domain => $self->{'Domain'}, Selector => $self->{'Selector'}, Key => $self->{'Key'}, - KeyFile => $self->{'KeyFile'}, ( $self->{'Identity'} ? ( Identity => $self->{'Identity'} ) : ()