Skip to content

Commit

Permalink
Signer: Don't bother passing KeyFile to Signature constructor
Browse files Browse the repository at this point in the history
The Signature constructor does not make use of the KeyFile property.
  • Loading branch information
dev-aaront-org committed Nov 14, 2024
1 parent 02c2f59 commit 7f6e506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mail/DKIM/Signer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ sub finish_header {
Domain => $self->{'Domain'},
Selector => $self->{'Selector'},
Key => $self->{'Key'},
KeyFile => $self->{'KeyFile'},
(
$self->{'Identity'} ? ( Identity => $self->{'Identity'} )
: ()
Expand Down

0 comments on commit 7f6e506

Please sign in to comment.