diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-15 23:35:16 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-15 23:35:16 +0000 |
commit | ae24cb9e2d44bb0b3f1df2aad1a719f1ecdd9e9d (patch) | |
tree | 046c8917e961eeeb7afda2b58fef28272bf7c1ae /Echolot/Pinger/CPunk.pm | |
parent | e61c9c9f2e96a129f31a1bf49d4f2514137a3b01 (diff) |
Removed --pgp2 for RSA keys
Diffstat (limited to 'Echolot/Pinger/CPunk.pm')
-rw-r--r-- | Echolot/Pinger/CPunk.pm | 8 |
1 files changed, 4 insertions, 4 deletions
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 <peter@palfrader.org> -# $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: |