Small code fix and test baseline update.

After this, tests hopefully should pass consistently.
This commit is contained in:
Johanna Amann 2022-01-11 11:20:05 +00:00
parent 304a06bb88
commit 543c992e66
2 changed files with 3 additions and 3 deletions

View file

@ -212,7 +212,7 @@ abort:
goto abort; /* Error */
EVP_PKEY_CTX_free(pctx);
return keubuf;
return keybuf;
abort:
EVP_PKEY_CTX_free(pctx);