From 15272ab4ed1e6250412fccd48200ed9eae59608f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 29 Mar 2010 17:08:02 +0000 Subject: Updated to openssl 1.0.0 --- openssl/crypto/dso/dso_null.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openssl/crypto/dso/dso_null.c') 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) -- cgit v1.2.3