diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-04-05 14:09:15 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-04-05 14:09:15 +0000 |
commit | 66051d03dc660060ca561db94e51996f1bfe8d89 (patch) | |
tree | bef83692314537941c7712a6bc741e923fa41b7a /secure | |
parent | 938fa0f26ba95dab039bd28edf94c4ed0dd165bf (diff) | |
download | FreeBSD-src-66051d03dc660060ca561db94e51996f1bfe8d89.zip FreeBSD-src-66051d03dc660060ca561db94e51996f1bfe8d89.tar.gz |
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.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libtelnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |