mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Missed one caller.
This commit is contained in:
parent
ef8f2e2f6f
commit
e0dbc52cfc
1 changed files with 1 additions and 1 deletions
|
@ -3348,7 +3348,7 @@ generate_card_subkeypair (KBNODE pub_keyblock, KBNODE sec_keyblock,
|
|||
goto leave;
|
||||
|
||||
algo = PUBKEY_ALGO_RSA;
|
||||
expire = ask_expire_interval (0,NULL);
|
||||
expire = ask_expire_interval (timestamp,0,NULL);
|
||||
if (keyno == 1)
|
||||
use = PUBKEY_USAGE_SIG;
|
||||
else if (keyno == 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue