mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Update slh_dsa_test.c
Fix https://scan5.scan.coverity.com/#/project-view/62507/10222?selectedIssue=1642943 Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26916)
This commit is contained in:
parent
442f1958e8
commit
237b761ab4
@ -311,7 +311,7 @@ static EVP_PKEY *do_gen_key(const char *alg,
|
||||
|| !TEST_int_eq(EVP_PKEY_keygen_init(ctx), 1)
|
||||
|| !TEST_int_eq(EVP_PKEY_CTX_set_params(ctx, params), 1)
|
||||
|| !TEST_int_eq(EVP_PKEY_generate(ctx, &pkey), 1))
|
||||
goto err;
|
||||
pkey = NULL;
|
||||
err:
|
||||
EVP_PKEY_CTX_free(ctx);
|
||||
return pkey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user