On VMS, the norm is still that symbols are uppercased, so for now it's better
[openssl.git] / crypto / dso / dso_null.c
index 79e6eddca29e00ed075f3eaae3c8144d83acc11a..fa13a7cb0f185f2ccbd78c3db8a4e0933b9bd9bd 100644 (file)
@@ -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 */