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/Stats.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Echolot/Stats.pm') diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm index 7fa46bd..fb9e10d 100644 --- a/Echolot/Stats.pm +++ b/Echolot/Stats.pm @@ -1,7 +1,7 @@ package Echolot::Stats; # (c) 2002 Peter Palfrader -# $Id: Stats.pm,v 1.36 2002/12/18 17:31:00 weasel Exp $ +# $Id: Stats.pm,v 1.37 2003/01/02 21:24:32 weasel Exp $ # =pod @@ -693,7 +693,7 @@ sub build_pgpring_type($$$$) { ); 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 $key{'key'}; close($stdin_fh); @@ -737,7 +737,7 @@ sub build_pgpring_export($$$$) { ); my $pid = $GnuPG->wrap_call( commands => [ '--export' ], - command_args => [qw{--no-options --no-default-keyring --keyring}, $keyring, @$keyids ], + command_args => [qw{--no-options --no-secmem-warning --no-default-keyring --keyring}, $keyring, @$keyids ], handles => $handles ); close($stdin_fh); -- cgit v1.2.3