aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/provider_child.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/provider_child.c')
-rw-r--r--crypto/provider_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/provider_child.c b/crypto/provider_child.c
index 176a3a5cb2..ed8ee3b3a1 100644
--- a/crypto/provider_child.c
+++ b/crypto/provider_child.c
@@ -132,7 +132,7 @@ static int provider_create_child_cb(const OSSL_CORE_HANDLE *prov, void *cbdata)
* init children
*/
if ((cprov = ossl_provider_new(ctx, provname, ossl_child_provider_init,
- 1)) == NULL)
+ NULL, 1)) == NULL)
goto err;
if (!ossl_provider_activate(cprov, 0, 0)) {