summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-08 20:15:20 +0000
committerjlam <jlam@pkgsrc.org>2005-06-08 20:15:20 +0000
commit1cdf87a70131c32d86fbba5750dcffbb2d9d2ec0 (patch)
tree0cb8e7eb1d1771fba1803e64821a572ffc005fb2 /mk
parentc6f8fbdaa004c7d97803b92e4c989459df305e99 (diff)
downloadpkgsrc-1cdf87a70131c32d86fbba5750dcffbb2d9d2ec0.tar.gz
Look for "EVP_des_cbc" instead of "des_set_key" in libcrypto.so to
decide if it's actually libcrypto.so from the OpenSSL distribution. Samba looks to see if libkrb5.so needs it to link when samba is configured to build ADS support. However, newer versions of heimdal don't need the old DES API, and newer versions of OpenSSL don't even provide the old des_* symbol names in the library, so "des_set_key" is a poor choice to use to detect libcrypto.so. The only place in the samba sources where the old DES API is even used is in the AFS fake kaserver support, which pkgsrc does not (ever) intend to support. This fixes PR pkg/24456.
Diffstat (limited to 'mk')
0 files changed, 0 insertions, 0 deletions