mirror of https://github.com/openssl/openssl.git
gettables: test changes to pass the provider context.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12581)
This commit is contained in:
parent
af5e1e852d
commit
132b61604b
|
|
@ -286,7 +286,7 @@ static const OSSL_PARAM xor_params[] = {
|
|||
OSSL_PARAM_END
|
||||
};
|
||||
|
||||
static const OSSL_PARAM *xor_gettable_params(void)
|
||||
static const OSSL_PARAM *xor_gettable_params(void *provctx)
|
||||
{
|
||||
return xor_params;
|
||||
}
|
||||
|
|
@ -313,7 +313,7 @@ static const OSSL_PARAM xor_known_settable_params[] = {
|
|||
OSSL_PARAM_END
|
||||
};
|
||||
|
||||
static const OSSL_PARAM *xor_settable_params(void)
|
||||
static const OSSL_PARAM *xor_settable_params(void *provctx)
|
||||
{
|
||||
return xor_known_settable_params;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue