diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2006-11-09 13:49:49 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2006-11-09 13:49:49 +0000 |
| commit | 59c70367cb340a213ccfd5b42ee46743418fe3da (patch) | |
| tree | c0471a358599b4191d18d2e86aa9548e5c125d19 /lasso/errors.h | |
| parent | 88e442ca1ee161a27ddc2dea54d9c1ba9ddd1b00 (diff) | |
| download | lasso-59c70367cb340a213ccfd5b42ee46743418fe3da.tar.gz lasso-59c70367cb340a213ccfd5b42ee46743418fe3da.tar.xz lasso-59c70367cb340a213ccfd5b42ee46743418fe3da.zip | |
changed prototype for lasso_server_set_encryption_private_key and added error handling
Diffstat (limited to 'lasso/errors.h')
| -rw-r--r-- | lasso/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h index af377f25..e2c3aa4a 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -56,6 +56,7 @@ #define LASSO_SERVER_ERROR_PROVIDER_NOT_FOUND -201 #define LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED -202 #define LASSO_SERVER_ERROR_ADD_PROVIDER_PROTOCOL_MISMATCH -203 +#define LASSO_SERVER_ERROR_SET_ENCRYPTION_PRIVATE_KEY_FAILED 204 /* Single Logout */ #define LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE -301 |
