summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-04-11 20:09:31 +0000
committerUlf Möller <ulf@openssl.org>2006-04-11 20:09:31 +0000
commit26c777d516174165e4b4d55b1dd460366dddaec1 (patch)
treed1b31edd355b3d1cd6ca9de89590add66e45a493 /crypto/dso
parent9555339007eb4557be991ce61c1bc33faa05252a (diff)
uncomment; that one slipped through
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_dlfcn.c2
1 files changed, 1 insertions, 1 deletions
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;