mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch
This commit is contained in:
parent
c5ca275573
commit
8be0d60594
13 changed files with 161 additions and 39 deletions
|
@ -164,7 +164,7 @@ check_secret_key( PKT_secret_key *sk, int n )
|
|||
int i;
|
||||
|
||||
if( n < 1 )
|
||||
n = 3; /* use the default value */
|
||||
n = opt.batch? 1 : 3; /* use the default value */
|
||||
|
||||
for(i=0; i < n && rc == G10ERR_BAD_PASS; i++ ) {
|
||||
if( i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue