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