aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/dso/dso_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/dso/dso_null.c')
-rw-r--r--openssl/crypto/dso/dso_null.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/crypto/dso/dso_null.c b/openssl/crypto/dso/dso_null.c
index 497298465..49d842d1f 100644
--- a/openssl/crypto/dso/dso_null.c
+++ b/openssl/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)