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:35:50 +0000 (23:35 +0000)
commit93558bf5190226494d3b549397fbf94214846d0d
treef11b07329329828dd8c4e600dce29f27b4171555
parent717f4026d593119cf493b3c1e045462c540f4cb3
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>
(cherry picked from commit cb6ea61c161e88aa0268c77f308469a67b2ec063)
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