[svn] GnuPG - r4424 - branches/STABLE-BRANCH-1-4/g10

svn author dshaw cvs at cvs.gnupg.org
Thu Feb 1 21:51:15 CET 2007


Author: dshaw
Date: 2007-02-01 21:51:15 +0100 (Thu, 01 Feb 2007)
New Revision: 4424

Modified:
   branches/STABLE-BRANCH-1-4/g10/keygen.c
Log:
Missed one caller.


Modified: branches/STABLE-BRANCH-1-4/g10/keygen.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/keygen.c	2007-02-01 19:32:16 UTC (rev 4423)
+++ branches/STABLE-BRANCH-1-4/g10/keygen.c	2007-02-01 20:51:15 UTC (rev 4424)
@@ -3348,7 +3348,7 @@
     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)




More information about the Gnupg-commits mailing list