1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

PGP2 patch. --pgp2 sets things up for pgp2 compatibility, and prints a

warning if the user does something that would make the message not
compatible (i.e. encrypt with a non-RSA key, etc.)
This commit is contained in:
David Shaw 2001-12-07 15:24:32 +00:00
parent 1ccd578910
commit 27949781ec
5 changed files with 85 additions and 6 deletions

View file

@ -1,4 +1,3 @@
/* options.h
* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
@ -77,6 +76,7 @@ struct {
int compress_keys;
int compress_sigs;
int always_trust;
int pgp2;
int rfc1991;
int rfc2440;
int pgp2_workarounds;