From cb6ea61c161e88aa0268c77f308469a67b2ec063 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 15 Oct 2016 15:23:03 +0100 Subject: 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 --- util/libcrypto.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index e04580c485..3645c1ad1c 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4216,3 +4216,4 @@ BIO_meth_get_read_ex 4166 1_1_1 EXIST::FUNCTION: BIO_write_ex 4167 1_1_1 EXIST::FUNCTION: BIO_meth_get_write_ex 4168 1_1_1 EXIST::FUNCTION: BIO_meth_set_write_ex 4169 1_1_1 EXIST::FUNCTION: +DSO_pathbyaddr 4170 1_1_0c EXIST::FUNCTION: -- cgit v1.2.3