mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-13 18:21:03 +02:00
sm: Fix regression due to the new ECC cert generation
* sm/certreqgen.c (create_request): Also set SIGKEYLEN. -- Fixes-commit: ed62b74a175ef092fd3ac8b2d54b3213fe56af5b
This commit is contained in:
parent
f2d25b04d7
commit
4d5126349d
@ -1420,7 +1420,11 @@ create_request (ctrl_t ctrl,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
sigkey = public;
|
{
|
||||||
|
sigkey = public;
|
||||||
|
sigkeylen = publiclen;
|
||||||
|
sigkeypkalgo = publicpkalgo;
|
||||||
|
}
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user