mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
uncomment; that one slipped through
This commit is contained in:
parent
9555339007
commit
26c777d516
@ -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;
|
Dl_info dli;
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user