diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-20 10:23:53 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-20 10:23:53 +0000 |
| commit | 612d8dce2517c2c27ab13f53e047790d9fa6fffe (patch) | |
| tree | 8a2a2cc44a206aaf2632051946ee3332a43c7113 /lasso/xml/errors.h | |
| parent | 95afff30e76e9a0cf32651f726ea932b678c7410 (diff) | |
| download | lasso-612d8dce2517c2c27ab13f53e047790d9fa6fffe.tar.gz lasso-612d8dce2517c2c27ab13f53e047790d9fa6fffe.tar.xz lasso-612d8dce2517c2c27ab13f53e047790d9fa6fffe.zip | |
Refactored signature code so it is now shared between requests/responses and
artifacts.
Diffstat (limited to 'lasso/xml/errors.h')
| -rw-r--r-- | lasso/xml/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h index 1a5fdf8b..e15cfdcd 100644 --- a/lasso/xml/errors.h +++ b/lasso/xml/errors.h @@ -50,6 +50,7 @@ #define LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED -112 #define LASSO_DS_ERROR_INVALID_SIGALG -113 #define LASSO_DS_ERROR_DIGEST_COMPUTE_FAILED -114 +#define LASSO_DS_ERROR_SIGNATURE_TEMPLATE_NOT_FOUND -115 /* Server */ #define LASSO_SERVER_ERROR_PROVIDER_NOT_FOUND -201 |
