Skip to content

Commit

Permalink
fixup! EVP_SKEY tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Jan 13, 2025
1 parent 0594ded commit 02faefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fake_cipherprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static void fake_skeymgmt_free(void *keydata)
OPENSSL_free(keydata);
}

static void *fake_skeymgmt_import(int selection, const OSSL_PARAM *p)
static void *fake_skeymgmt_import(void *provctx, int selection, const OSSL_PARAM *p)
{
PROV_CIPHER_FAKE_CTX *ctx = NULL;

Expand Down

0 comments on commit 02faefd

Please sign in to comment.