From 0dc115d93993a8be1fe78bd9d72a74f8c2b74a6a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 23 Mar 2001 19:38:21 +0000 Subject: [PATCH] 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-] --- secure/lib/libtelnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 33e1ee5ad8c5..17cab4f382df 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -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