summaryrefslogtreecommitdiffstats
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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index fa13a7cb0f..a213f93088 100644
--- a/crypto/dso/dso_null.c
+++ b/crypto/dso/dso_null.c
@@ -75,8 +75,11 @@ static DSO_METHOD dso_meth_null = {
NULL, /* unbind_func */
#endif
NULL, /* ctrl */
+ NULL, /* dso_name_converter */
+ NULL, /* dso_merger */
NULL, /* init */
- NULL /* finish */
+ NULL, /* finish */
+ NULL /* pathbyaddr */
};
DSO_METHOD *DSO_METHOD_null(void)