Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
authorMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 14:23:03 +0000 (15:23 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2016 23:32:50 +0000 (23:32 +0000)
commitcb6ea61c161e88aa0268c77f308469a67b2ec063
treed7258a4436007e4abaa4374ba2a1a7b0aaf64a0e
parentce95f3b724f71f42dd57af4a0a8e2f571deaf94d
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr

Commit 3d8b2ec42 removed various unused functions. However now we need to
use one of them! This commit resurrects DSO_pathbyaddr(). We're not going to
resurrect the Windows version though because what we need to achieve can be
done a different way on Windows.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
crypto/dso/dso_locl.h
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
include/internal/dso.h
util/libcrypto.num