diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index a4b4167c4..d674ada12 100644 --- a/g10/options.h +++ b/g10/options.h @@ -55,6 +55,9 @@ struct { const char *set_filename; const char *comment_string; int throw_keyid; + int s2k_mode; + int s2k_digest_algo; + int s2k_cipher_algo; } opt; |