summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtelnet/Makefile')
-rw-r--r--lib/libtelnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index 544f21c..38f73a4 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -14,7 +14,7 @@ CFLAGS+= -I${TELNETDIR}
WARNS?= 0
.if !defined(RELEASE_CRUNCH)
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
.if !defined(NO_KERBEROS)
OpenPOWER on IntegriCloud