From 7926f9a427cf41d969d72340286db7efb8743a66 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 21:06:22 +0000 Subject: Use libcrypto in place of libdes. --- usr.bin/su/Makefile | 4 ++-- usr.bin/su/su.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/su') diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 91ac2a8..99b44fb 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -15,8 +15,8 @@ CFLAGS+= -Wall .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS -DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} -LDADD+= -lkrb -ldes -lcom_err +DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR} +LDADD+= -lkrb -lcrypto -lcom_err DISTRIBUTION= krb4 .endif diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 2e5651e..1745067 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -70,7 +70,7 @@ static const char rcsid[] = #endif #ifdef KERBEROS -#include +#include #include #include -- cgit v1.1