X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fdso%2Fdso_null.c;h=49d842d1f567fd79124074a9f4c69871f79039ba;hb=fda29b6db038716e4409068798646c6db042e552;hp=a213f930888fbc19643e8fef28cb9351cc047b6c;hpb=8215e7a93897347a97de87b3d26fe84cc8a5b05d;p=oweals%2Fopenssl.git 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)