disable SRA

this impacts negatively to POLA since once autologin is enabled,
telnet will prompt for a password using getpass() and thus not allow
the usual signal characters or C-]
This commit is contained in:
Assar Westerlund 2001-03-23 19:38:21 +00:00
parent 6d4aa00ac1
commit 0dc115d939
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74702

View File

@ -3,10 +3,10 @@
LIB= telnet
SRCS= genget.c getent.c misc.c encrypt.c auth.c \
enc_des.c sra.c pk.c
enc_des.c pk.c
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
-DSRA -I${TELNETDIR} \
-I${TELNETDIR} \
NOPIC= yes