diff options
author | Linus Nordberg <linus@nordu.net> | 2012-01-31 13:15:20 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-01-31 13:15:20 +0100 |
commit | dcd224f1fdf864fba1e1c1dd0b3f521fe43e4013 (patch) | |
tree | a7e03caec791dfd3311520a5a985d5923f25ac90 /lib/include/radsec/radsec.h | |
parent | 76e68c0c676a9e795c70cc86d4b8e27396863d14 (diff) |
Implement TLS-PSK.
Diffstat (limited to 'lib/include/radsec/radsec.h')
-rw-r--r-- | lib/include/radsec/radsec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/radsec/radsec.h b/lib/include/radsec/radsec.h index 2744cd2..abaa6e2 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -34,6 +34,7 @@ enum rs_error_code { RSE_TIMEOUT_IO = 18, /* I/O timeout. */ RSE_TIMEOUT = 19, /* High level timeout. */ RSE_DISCO = 20, + RSE_CRED = 21, /* Credentials. */ }; enum rs_conn_type { |