From 4c52c72d92026ab3c4f2e80242e639274b443e09 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 27 Oct 2001 12:49:19 +0000 Subject: Diff-reduce these two. Really, one of them needs to disappear. I'll figure out which later. Reported by: bde --- include/arpa/telnet.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/arpa') diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index bae8d8c..af85741 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -281,13 +281,14 @@ extern char *slc_names[]; #define AUTHTYPE_KERBEROS_V5 2 #define AUTHTYPE_SPX 3 #define AUTHTYPE_MINK 4 -#define AUTHTYPE_CNT 5 +#define AUTHTYPE_SRA 6 +#define AUTHTYPE_CNT 7 #define AUTHTYPE_TEST 99 #ifdef AUTH_NAMES char *authtype_names[] = { - "NULL", "KERBEROS_V4", "KERBEROS_V5", "SPX", "MINK", + "NULL", "KERBEROS_V4", "KERBEROS_V5", "SPX", "MINK", NULL, "SRA", 0 }; #else -- cgit v1.1