diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index d7450dba8..39564fb2e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -47,6 +47,7 @@ struct { int def_compress_algo; const char *def_secret_key; int no_comment; + int no_version; int marginals_needed; int completes_needed; int max_cert_depth; |