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/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot/Conf.pm') diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm index 271b14c..d8e6939 100644 --- a/Echolot/Conf.pm +++ b/Echolot/Conf.pm @@ -1,7 +1,7 @@ package Echolot::Conf; # (c) 2002 Peter Palfrader -# $Id: Conf.pm,v 1.30 2002/09/21 01:45:39 weasel Exp $ +# $Id: Conf.pm,v 1.31 2003/01/02 21:24:32 weasel Exp $ # =pod @@ -364,7 +364,7 @@ sub parse_cpunk_key($$$) { my $pid = $GnuPG->wrap_call( commands => [qw{--with-colons}], - command_args => [qw{--no-options --no-default-keyring --fast-list-mode}], + command_args => [qw{--no-options --no-secmem-warning --no-default-keyring --fast-list-mode}], handles => $handles ); print $stdin_fh $key; close($stdin_fh); -- cgit v1.2.3