mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use libcrypto instead of libdes.
This commit is contained in:
parent
93e3e5e9e3
commit
5e41278213
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue