mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
bug fixes
This commit is contained in:
parent
23b7b9a77b
commit
158a69aff7
13 changed files with 57 additions and 32 deletions
|
@ -1926,7 +1926,7 @@ do_genkey (app_t app, ctrl_t ctrl, const char *keynostr, unsigned int flags,
|
|||
start_at = time (NULL);
|
||||
rc = iso7816_generate_keypair
|
||||
#else
|
||||
#warning key generation temporary replaced by reading an existing key.
|
||||
# warning key generation temporary replaced by reading an existing key.
|
||||
rc = iso7816_read_public_key
|
||||
#endif
|
||||
(app->slot, (const unsigned char*)(keyno == 0? "\xB6" :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue