diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-26 10:12:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-26 10:12:36 +0200 |
commit | e6b234bb547479f8862badeee58d1b1415a2439d (patch) | |
tree | 6884911f9b5f8f1e9be933802001c1144d72412c /lib/include/radsec | |
parent | 4e81d5cf94e408fcc1398359abeea9a7afc7fdb9 (diff) |
Add an error code.
Also add error text for missing RSE_CRED.
Diffstat (limited to 'lib/include/radsec')
-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 abaa6e2..e62986e 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -35,6 +35,7 @@ enum rs_error_code { RSE_TIMEOUT = 19, /* High level timeout. */ RSE_DISCO = 20, RSE_CRED = 21, /* Credentials. */ + RSE_CERT = 22, /* Cert validation. */ }; enum rs_conn_type { |