From 214d8eb0386a236dd94ce9f3e81d3b4ecaef426b Mon Sep 17 00:00:00 2001 From: assar Date: Fri, 23 Mar 2001 19:38:21 +0000 Subject: 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(-) (limited to 'secure/lib/libtelnet/Makefile') diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 33e1ee5..17cab4f 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 -- cgit v1.1