Skip to content

Commit 7f6e506

Browse files
Signer: Don't bother passing KeyFile to Signature constructor
The Signature constructor does not make use of the KeyFile property.
1 parent 02c2f59 commit 7f6e506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Mail/DKIM/Signer.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ sub finish_header {
271271
Domain => $self->{'Domain'},
272272
Selector => $self->{'Selector'},
273273
Key => $self->{'Key'},
274-
KeyFile => $self->{'KeyFile'},
275274
(
276275
$self->{'Identity'} ? ( Identity => $self->{'Identity'} )
277276
: ()

0 commit comments

Comments
 (0)