Use libcrypto instead of libdes.

This commit is contained in:
Mark Murray 2000-02-24 23:15:42 +00:00
parent 93e3e5e9e3
commit 5e41278213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57460

View File

@ -31,8 +31,8 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT
LDADD+= -lkrb -ldes -lcom_err
DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
LDADD+= -lkrb -lcrypto -lcom_err
DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
DISTRIBUTION= krb4
# XXX do we want to mess with this? It's probably not really worth it for
# the public freebsd stuff, but others might want it. It's an optional