From 66051d03dc660060ca561db94e51996f1bfe8d89 Mon Sep 17 00:00:00 2001 From: nsayer Date: Thu, 5 Apr 2001 14:09:15 +0000 Subject: Reactivate SRA. Make handling of SIGINT and SIGQUIT follow SIGTSTP in TerminalNewMode(). This allows people to break out of SRA authentication if they wish to. --- secure/lib/libtelnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure') diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 4ed638a..4eda977 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -7,10 +7,10 @@ INTERNALSTATICLIB=yes NOPIC= yes SRCS= genget.c getent.c misc.c encrypt.c auth.c \ - enc_des.c pk.c + enc_des.c sra.c pk.c CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \ - -I${TELNETDIR} + -DSRA -I${TELNETDIR} INCS= ${TELNETDIR}/arpa/telnet.h INCDIR= /usr/include/arpa -- cgit v1.1