Skip to content

Commit

Permalink
Merge into 'trunk'
Browse files Browse the repository at this point in the history
r53678@pinglin (orig r1306):  robert | 2003-09-03 22:14:35 -0400
From: "Paul J. Schinder" <schinder@pobox.com>
To: rspier@cpan.org
Subject: Small bug in Mail::GnuPG
Date: Wed, 3 Sep 2003 17:56:21 -0400

GnuPG::Interface has no sign_encrypt thingy.
  • Loading branch information
obra committed Mar 20, 2007
1 parent 9fc92cc commit c294489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GnuPG.pm
Expand Up @@ -801,7 +801,7 @@ sub _mime_encrypt {
if ($sign) {
$gnupg->sign_and_encrypt( handles => $handles );
} else {
$gnupg->sign_encrypt( handles => $handles );
$gnupg->encrypt( handles => $handles );
}
};

Expand Down

0 comments on commit c294489

Please sign in to comment.