From 6665b96320392f0829892137feb21df759522c68 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 2 Jan 2003 21:24:32 +0000 Subject: Always use --no-secmem-warning with GnuPG calls --- Echolot/Pinger/CPunk.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Echolot/Pinger') 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 -# $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 -- cgit v1.2.3