mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
Always enable the gen_card_key prototype.
This commit is contained in:
parent
187e94fcd2
commit
bc14a878e2
@ -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>
|
2003-10-10 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* cardglue.c (card_close): New.
|
* cardglue.c (card_close): New.
|
||||||
|
@ -114,10 +114,8 @@ static int mdc_available,ks_modify;
|
|||||||
static void do_generate_keypair( struct para_data_s *para,
|
static void do_generate_keypair( struct para_data_s *para,
|
||||||
struct output_control_s *outctrl, int card );
|
struct output_control_s *outctrl, int card );
|
||||||
static int write_keyblock( IOBUF out, KBNODE node );
|
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,
|
static int gen_card_key (int algo, int keyno, KBNODE pub_root, KBNODE sec_root,
|
||||||
u32 expireval, struct para_data_s *para);
|
u32 expireval, struct para_data_s *para);
|
||||||
#endif
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
write_uid( KBNODE root, const char *s )
|
write_uid( KBNODE root, const char *s )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user