1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +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; goto leave;
algo = PUBKEY_ALGO_RSA; algo = PUBKEY_ALGO_RSA;
expire = ask_expire_interval (0,NULL); expire = ask_expire_interval (timestamp,0,NULL);
if (keyno == 1) if (keyno == 1)
use = PUBKEY_USAGE_SIG; use = PUBKEY_USAGE_SIG;
else if (keyno == 2) else if (keyno == 2)