From 132b61604b7f782f8ff09bb63527645e47691862 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 5 Aug 2020 13:23:52 +1000 Subject: gettables: test changes to pass the provider context. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12581) --- test/tls-provider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tls-provider.c b/test/tls-provider.c index 37ba1f96d3..496ba7ead9 100644 --- a/test/tls-provider.c +++ b/test/tls-provider.c @@ -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; } -- cgit v1.2.3