1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-26 01:52:45 +02:00

Missed one caller.

This commit is contained in:
David Shaw 2007-02-01 20:51:15 +00:00
parent ef8f2e2f6f
commit e0dbc52cfc

View File

@ -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)