This helps make the DSO stuff more portable;
authorGeoff Thorpe <geoff@openssl.org>
Thu, 6 Apr 2000 07:09:45 +0000 (07:09 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 6 Apr 2000 07:09:45 +0000 (07:09 +0000)
commitbc2aadad842d16d6bdc1bfa2467b60bd7825f371
treee9e96ad5d0b7d6498b14dec34c1c9cea99518076
parent6ef4d9d512a8d9ff85c11f0474b97e9e95ea0f94
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.
Configure
crypto/dso/dso_dlfcn.c