Add a DSO_dsobyaddr() function
authorMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 15:01:40 +0000 (16:01 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2016 23:32:50 +0000 (23:32 +0000)
commitb39eda7ee69a9277c722f8789736e00dc680cda6
treeb1ac9b808c0389199750c785bd5c1b5a3189d4c7
parentcb6ea61c161e88aa0268c77f308469a67b2ec063
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 <tjh@openssl.org>
crypto/dso/dso_lib.c
include/internal/dso.h
util/libcrypto.num