From 284105499b2dd52be8261f5fb46c4491349d5398 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 20 Jul 2003 23:29:46 +0000 Subject: Test correct macro for "without crypto" option(s). --- usr.bin/telnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 817a725..f3ae3ca 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -30,7 +30,7 @@ SRCS+= genget.c getent.c misc.c CFLAGS+= -DHAS_CGETENT .endif -.if !defined(NO_CRYPTO) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) SRCS+= authenc.c CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBIPSEC} ${LIBPAM} -- cgit v1.1