diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-01 13:51:35 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-01 13:51:35 +0100 |
commit | da2100919c081204ae2fe48e8e3c156bf717d353 (patch) | |
tree | 055058f3c4c1ae2d8d842198ce1790c820ae706a /lib/include/radsec | |
parent | 578e3551a158117399f2d8940c73fb9cb5e3c161 (diff) |
Error handling cleanup
Remove RSE_SOME_ERROR.
rs_tls_init: Push SSL error stack on libradsec error stack.
Diffstat (limited to 'lib/include/radsec')
-rw-r--r-- | lib/include/radsec/radsec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/radsec/radsec.h b/lib/include/radsec/radsec.h index 7fa5741..75ed522 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -23,7 +23,6 @@ enum rs_err_code { RSE_INVALID_PKT = 15, RSE_IOTIMEOUT = 16, RSE_INVAL = 17, - RSE_SOME_ERROR = 21, /* Unspecified error. Shouldn't happen. */ }; enum rs_conn_type { |