diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index f9301fdd3..8031523ad 100644 --- a/g10/options.h +++ b/g10/options.h @@ -89,10 +89,11 @@ struct { int compress_keys; int compress_sigs; int always_trust; + /* TODO: change these to an emulate_pgp variable */ int pgp2; int pgp6; - int pgp7; /* if we get any more of these, it's time to look at a - special emulate_pgp variable... */ + int pgp7; + int pgp8; int rfc1991; int rfc2440; int pgp2_workarounds; |