diff options
author | Rich Salz <rsalz@openssl.org> | 2016-03-22 18:35:03 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-03-22 18:35:03 +0100 |
commit | 38186bfd4e5be7f212d8e460420e081e0ad852e7 (patch) | |
tree | 136ce20d32a4ee06cb692bada686d8cad80f41dd /crypto/dso/build.info | |
parent | Make DSO opaque. (diff) | |
download | openssl-38186bfd4e5be7f212d8e460420e081e0ad852e7.tar.xz openssl-38186bfd4e5be7f212d8e460420e081e0ad852e7.zip |
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>
Diffstat (limited to 'crypto/dso/build.info')
-rw-r--r-- | crypto/dso/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/build.info b/crypto/dso/build.info index 30b3a280ba..82b592d9a1 100644 --- a/crypto/dso/build.info +++ b/crypto/dso/build.info @@ -1,4 +1,4 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ - dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \ + dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c \ dso_openssl.c dso_win32.c dso_vms.c |