diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-01-02 21:24:32 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-01-02 21:24:32 +0000 |
commit | 6665b96320392f0829892137feb21df759522c68 (patch) | |
tree | 995017801e7329094988fbe1540575c23a219eb9 /Echolot/Conf.pm | |
parent | 566cc99380a23a0f1ea6b2018f6fdbc3dffe698d (diff) |
Always use --no-secmem-warning with GnuPG calls
Diffstat (limited to 'Echolot/Conf.pm')
-rw-r--r-- | Echolot/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 <peter@palfrader.org> -# $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); |