]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libssl.num
Have only one DSO_METHOD_openssl
authorRich Salz <rsalz@openssl.org>
Tue, 22 Mar 2016 17:35:03 +0000 (13:35 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 22 Mar 2016 17:35:03 +0000 (13:35 -0400)
commit38186bfd4e5be7f212d8e460420e081e0ad852e7
tree136ce20d32a4ee06cb692bada686d8cad80f41dd
parent73decf5975ff1249c51baa0cb3956bb67fbd64dc
Have only one DSO_METHOD_openssl

Instead of have every DSO_METHOD_xxx in all platforms, ensure that only
one DSO_METHOD_openssl is available on all platforms.

Reviewed-by: Tim Hudson <tjh@openssl.org>
12 files changed:
crypto/dso/Makefile.in
crypto/dso/build.info
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_locl.h
crypto/dso/dso_null.c [deleted file]
crypto/dso/dso_openssl.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
include/openssl/dso.h
util/libcrypto.num
util/libssl.num