summaryrefslogtreecommitdiff
path: root/Echolot/Pinger
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-01-02 21:24:32 +0000
committerPeter Palfrader <peter@palfrader.org>2003-01-02 21:24:32 +0000
commit6665b96320392f0829892137feb21df759522c68 (patch)
tree995017801e7329094988fbe1540575c23a219eb9 /Echolot/Pinger
parent566cc99380a23a0f1ea6b2018f6fdbc3dffe698d (diff)
Always use --no-secmem-warning with GnuPG calls
Diffstat (limited to 'Echolot/Pinger')
-rw-r--r--Echolot/Pinger/CPunk.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm
index f051216..f8e5b43 100644
--- a/Echolot/Pinger/CPunk.pm
+++ b/Echolot/Pinger/CPunk.pm
@@ -1,7 +1,7 @@
package Echolot::Pinger::CPunk;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: CPunk.pm,v 1.8 2003/01/02 20:04:50 weasel Exp $
+# $Id: CPunk.pm,v 1.9 2003/01/02 21:24:32 weasel Exp $
#
=pod
@@ -54,7 +54,7 @@ sub encrypt_to($$$$) {
);
my $pid = $GnuPG->wrap_call(
commands => [ '--import' ],
- command_args => [qw{--no-options --no-default-keyring --fast-list-mode --keyring}, $keyring, '--', '-' ],
+ command_args => [qw{--no-options --no-secmem-warning --no-default-keyring --fast-list-mode --keyring}, $keyring, '--', '-' ],
handles => $handles );
print $stdin_fh $keys->{$recipient}->{'key'};
close($stdin_fh);
@@ -99,7 +99,7 @@ sub encrypt_to($$$$) {
stderr => $stderr_fh,
status => $status_fh
);
- my $command_args = [qw{--no-options --always-trust --no-default-keyring --cipher-algo 3DES --keyring}, $keyring, '--recipient', $recipient];
+ my $command_args = [qw{--no-options --no-secmem-warning --always-trust --no-default-keyring --cipher-algo 3DES --keyring}, $keyring, '--recipient', $recipient];
my $plaintextfile;
if ($pgp2compat) {
#pgp2compat requires files, cannot use stdin