diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index cbcb33fed..4f4eca4bf 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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; |