uncomment; that one slipped through
authorUlf Möller <ulf@openssl.org>
Tue, 11 Apr 2006 20:09:31 +0000 (20:09 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 11 Apr 2006 20:09:31 +0000 (20:09 +0000)
crypto/dso/dso_dlfcn.c

index ceeda005f5a9fc8db2b9d1ed4609db4072472134..a8e8b0faafcee53d59260fd0022cebe2362f6921 100644 (file)
@@ -422,7 +422,7 @@ static int dladdr(void *address, Dl_info *dl)
 
 static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
        {
 
 static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
        {
-#ifdef HAVE_DLINFO
+#if 1 /*def HAVE_DLINFO */
        Dl_info dli;
        int len;
 
        Dl_info dli;
        int len;