From 8a6c9808f406f5f0d4dde43a883c011b586e12e7 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 21:18:08 +0000 Subject: Use libcrypto instead of libdes. --- libexec/rshd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/rshd') diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index ca0d155..b54f763 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -8,7 +8,7 @@ MAN8= rshd.8 .if defined(NOPAM) CFLAGS+= -DNO_PAM .else -#CFLAGS+= -DCRYPT +#CFLAGS+= -DCRYPT -DNO_PAM SRCS+= auth_pam.c DPADD+= ${LIBPAM} LDADD+= ${MINUSLPAM} -- cgit v1.1