Always enable the gen_card_key prototype.

This commit is contained in:
Werner Koch 2003-10-11 16:32:03 +00:00
parent 187e94fcd2
commit bc14a878e2
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-10-11 Werner Koch <wk@gnupg.org>
* keygen.c: Always enable the gen_card_key prototype.
2003-10-10 Werner Koch <wk@gnupg.org>
* cardglue.c (card_close): New.

View File

@ -114,10 +114,8 @@ static int mdc_available,ks_modify;
static void do_generate_keypair( struct para_data_s *para,
struct output_control_s *outctrl, int card );
static int write_keyblock( IOBUF out, KBNODE node );
#ifdef ENABLE_CARD_SUPPORT
static int gen_card_key (int algo, int keyno, KBNODE pub_root, KBNODE sec_root,
u32 expireval, struct para_data_s *para);
#endif
static void
write_uid( KBNODE root, const char *s )