From ae24cb9e2d44bb0b3f1df2aad1a719f1ecdd9e9d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 15 Feb 2003 23:35:16 +0000 Subject: Removed --pgp2 for RSA keys --- Echolot/Pinger/CPunk.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Echolot/Pinger') diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm index 6f4ca62..6f6e950 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.13 2003/02/15 11:43:41 weasel Exp $ +# $Id: CPunk.pm,v 1.14 2003/02/15 23:35:16 weasel Exp $ # =pod @@ -102,9 +102,9 @@ sub encrypt_to($$$$) { 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) { - push @$command_args, qw{--pgp2}; - }; + #if ($pgp2compat) { + # push @$command_args, qw{--pgp2}; + #}; # Files are required for compaitibility with PGP 2.* # we also use files in all other cases since there is a bug in either GnuPG or GnuPG::Interface # that let Echolot die if in certain cases: -- cgit v1.2.3