diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-10-27 12:49:19 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-10-27 12:49:19 +0000 |
| commit | 6fdd5473af7032affe8600ab86544e05a4b56456 (patch) | |
| tree | 147aec756a5adbc15cca3b6795f8862939ae261b /include/arpa | |
| parent | a08d68de5b4598f217e7af16710d027e2e20d816 (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/telnet.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index bae8d8c3305b..af85741e40fa 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 |
