commit | bc2aadad842d16d6bdc1bfa2467b60bd7825f371 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Thu Apr 06 07:09:45 2000 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Thu Apr 06 07:09:45 2000 +0000 |
tree | e9e96ad5d0b7d6498b14dec34c1c9cea99518076 | |
parent | 6ef4d9d512a8d9ff85c11f0474b97e9e95ea0f94 [diff] |
This helps make the DSO stuff more portable; * "no-dso" option available in Configure so that all DSO methods will return NULL, overriding any support the platform might otherwise have built. * dlfcn_no_h config string now available rather than just dlfcn. This is for platforms that have dlfcn.h functions but do not have (or need) the dlfcn.h header file.