aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h
index 05f993db2..c881196e9 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -120,8 +120,10 @@ struct
int s2k_mode;
int s2k_digest_algo;
int s2k_cipher_algo;
- int simple_sk_checksum; /* create the deprecated rfc2440 secret
- key protection*/
+ unsigned char s2k_count; /* This is the encoded form, not the raw
+ count */
+ int simple_sk_checksum; /* create the deprecated rfc2440 secret key
+ protection */
int not_dash_escaped;
int escape_from;
int lock_once;