X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdso%2Fdso_null.c;fp=crypto%2Fdso%2Fdso_null.c;h=fa13a7cb0f185f2ccbd78c3db8a4e0933b9bd9bd;hp=79e6eddca29e00ed075f3eaae3c8144d83acc11a;hb=e9a68cfbc38922e167697cf385e664b6dd7493bd;hpb=d3ed8ceb3d5f4f6318e96a147433cb1b09bec211 diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c index 79e6eddca2..fa13a7cb0f 100644 --- a/crypto/dso/dso_null.c +++ b/crypto/dso/dso_null.c @@ -67,10 +67,12 @@ static DSO_METHOD dso_meth_null = { "NULL shared library method", NULL, /* load */ NULL, /* unload */ - NULL, /* bind */ + NULL, /* bind_var */ + NULL, /* bind_func */ /* For now, "unbind" doesn't exist */ #if 0 - NULL, /* unbind */ + NULL, /* unbind_var */ + NULL, /* unbind_func */ #endif NULL, /* ctrl */ NULL, /* init */