diff options
author | David Shaw <dshaw@jabberwocky.com> | 2006-12-03 05:41:59 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2006-12-03 05:41:59 +0100 |
commit | 884d1af0aec311630a18809d0c61a1a2fc5278a5 (patch) | |
tree | 64185b8eef9c6a005f472513e62956f6c2232609 /g10/options.h | |
parent | The usual po file updates. (diff) | |
download | gnupg2-884d1af0aec311630a18809d0c61a1a2fc5278a5.tar.xz gnupg2-884d1af0aec311630a18809d0c61a1a2fc5278a5.zip |
* options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add
--passphrase-repeat option to control how many times gpg will
re-prompt for a passphrase to ensure the user has typed it correctly.
Defaults to 1.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 6fd8202fb..530eac206 100644 --- a/g10/options.h +++ b/g10/options.h @@ -239,8 +239,8 @@ struct } *auto_key_locate; /* True if multiple concatenated signatures may be verified. */ - int allow_multisig_verification; - + int allow_multisig_verification; + int passwd_repeat; } opt; /* CTRL is used to keep some global variables we currently can't |