mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Small code fix and test baseline update.
After this, tests hopefully should pass consistently.
This commit is contained in:
parent
304a06bb88
commit
543c992e66
2 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@ abort:
|
|||
goto abort; /* Error */
|
||||
|
||||
EVP_PKEY_CTX_free(pctx);
|
||||
return keubuf;
|
||||
return keybuf;
|
||||
|
||||
abort:
|
||||
EVP_PKEY_CTX_free(pctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue