Make sure DSO-dlfcn works properly on SunOS4.
[openssl.git] / crypto / dso / dso_null.c
index ee6a31e32d825f5e772bd8aeed0917d6b8bc0af8..fa13a7cb0f185f2ccbd78c3db8a4e0933b9bd9bd 100644 (file)
@@ -67,11 +67,14 @@ 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 */
        NULL  /* finish */
        };