summaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-cc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-06-11 18:37:33 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-06-11 18:37:33 +0000
commit1c7d18cccf810f3c11d2229a646bd336e4db4c2f (patch)
treef711b3e34c7f4670b3990001bb2fe52d66b05499 /security/heimdal/files/patch-cc
parentupdate to 010611. (diff)
Update 0.3e -> 0.3f. From the announcement:
* change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * improve building with openssl * add kadmin -K, rcp -F * fix two incorrect weak DES keys * fix building of kaserver compat in KDC * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
Notes
Notes: svn path=/head/; revision=43863
Diffstat (limited to 'security/heimdal/files/patch-cc')
-rw-r--r--security/heimdal/files/patch-cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/heimdal/files/patch-cc b/security/heimdal/files/patch-cc
index 0ff51ecc1de9..1439fa6d0613 100644
--- a/security/heimdal/files/patch-cc
+++ b/security/heimdal/files/patch-cc
@@ -11,15 +11,3 @@
# Check whether --with-krb4 or --without-krb4 was given.
if test "${with_krb4+set}" = set; then
withval="$with_krb4"
-@@ -21344,7 +21348,10 @@
- "$ac_cv_func_SHA1_Init" = "yes" -a \
- "$ac_cv_func_RC4" = "yes"; then
- DIR_des=''
-- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init"
-+ LIB_des="$ac_cv_funclib_MD4_Init"
-+ if test "$krb4_libdir"; then
-+ LIB_des="-R $krb4_libdir -L$krb4_libdir $LIB_des"
-+ fi
- LIB_des_appl="$LIB_des"
- else
- DIR_des='des'