mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Fix commit b30c15bf
(again).
* g10/keygen.c (do_generate_keypair): Clear the variable S. -- GnuPG-bug-id: 2201
This commit is contained in:
parent
5c759924fb
commit
aecf1a3c57
1 changed files with 1 additions and 0 deletions
|
@ -4104,6 +4104,7 @@ do_generate_keypair (ctrl_t ctrl, struct para_data_s *para,
|
|||
if (!err && get_parameter (para, pSUBKEYTYPE))
|
||||
{
|
||||
sub_psk = NULL;
|
||||
s = NULL;
|
||||
if (!card || (s = get_parameter_value (para, pCARDBACKUPKEY)))
|
||||
{
|
||||
err = do_create (get_parameter_algo (para, pSUBKEYTYPE, NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue