diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index d2f39077c..9917a4a61 100644 --- a/g10/options.h +++ b/g10/options.h @@ -92,8 +92,8 @@ struct { unsigned int force_ownertrust; 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; |