mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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
|
||||
{
|
||||
sigkey = public;
|
||||
sigkeylen = publiclen;
|
||||
sigkeypkalgo = publicpkalgo;
|
||||
}
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user