diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index ceeda005f5..a8e8b0faaf 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -422,7 +422,7 @@ static int dladdr(void *address, Dl_info *dl) static int dlfcn_pathbyaddr(void *addr,char *path,int sz) { -#ifdef HAVE_DLINFO +#if 1 /*def HAVE_DLINFO */ Dl_info dli; int len;