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:37:26 +0000 (23:37 +0000)
commitf722f18e1a3560c13bd018711a30acca73c8d619
tree65fe5f75261983b0e01ffac865eeb3a3cba14ed3
parent93558bf5190226494d3b549397fbf94214846d0d
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>
(cherry picked from commit b39eda7ee69a9277c722f8789736e00dc680cda6)
crypto/dso/dso_lib.c
include/internal/dso.h
util/libcrypto.num