Loading crypto/dso/dso_win32.c +1 −0 Original line number Diff line number Diff line Loading @@ -704,6 +704,7 @@ static int win32_pathbyaddr(void *addr,char *path,int sz) GetProcAddress(dll,"CreateToolhelp32Snapshot"); if (create_snap == NULL) { FreeLibrary(dll); DSOerr(DSO_F_PATHBYADDR,DSO_R_UNSUPPORTED); return -1; } Loading Loading
crypto/dso/dso_win32.c +1 −0 Original line number Diff line number Diff line Loading @@ -704,6 +704,7 @@ static int win32_pathbyaddr(void *addr,char *path,int sz) GetProcAddress(dll,"CreateToolhelp32Snapshot"); if (create_snap == NULL) { FreeLibrary(dll); DSOerr(DSO_F_PATHBYADDR,DSO_R_UNSUPPORTED); return -1; } Loading