From b39eda7ee69a9277c722f8789736e00dc680cda6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 15 Oct 2016 16:01:40 +0100 Subject: Add a DSO_dsobyaddr() function This works the same way as DSO_pathbyaddr() but instead returns a ptr to the DSO that contains the provided symbol. Reviewed-by: Tim Hudson --- util/libcrypto.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libcrypto.num') diff --git a/util/libcrypto.num b/util/libcrypto.num index 3645c1ad1c..0b4190b2d2 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4217,3 +4217,4 @@ 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: +DSO_dsobyaddr 4171 1_1_0c EXIST::FUNCTION: -- cgit v1.2.3