summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_null.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index a213f93088..49d842d1f5 100644
--- a/crypto/dso/dso_null.c
+++ b/crypto/dso/dso_null.c
@@ -79,7 +79,8 @@ static DSO_METHOD dso_meth_null = {
NULL, /* dso_merger */
NULL, /* init */
NULL, /* finish */
- NULL /* pathbyaddr */
+ NULL, /* pathbyaddr */
+ NULL /* globallookup */
};
DSO_METHOD *DSO_METHOD_null(void)