aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso/dso_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso/dso_null.c')
-rw-r--r--crypto/dso/dso_null.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index 497298465127..49d842d1f567 100644
--- a/crypto/dso/dso_null.c
+++ b/crypto/dso/dso_null.c
@@ -78,7 +78,9 @@ static DSO_METHOD dso_meth_null = {
NULL, /* dso_name_converter */
NULL, /* dso_merger */
NULL, /* init */
- NULL /* finish */
+ NULL, /* finish */
+ NULL, /* pathbyaddr */
+ NULL /* globallookup */
};
DSO_METHOD *DSO_METHOD_null(void)