summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-09-27 21:04:49 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-09-27 21:04:49 +0000
commitb7717f9dd893533ea9237101bcbfa36f106ef108 (patch)
tree5c3d669a5a82cf004f22c00699128d73a2bcc239 /lasso/xml
parent7af4fcb538a927b0a0f47555b9b77f251b25649d (diff)
downloadlasso-b7717f9dd893533ea9237101bcbfa36f106ef108.tar.gz
lasso-b7717f9dd893533ea9237101bcbfa36f106ef108.tar.xz
lasso-b7717f9dd893533ea9237101bcbfa36f106ef108.zip
Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h
index bd31b86a..3a4128f8 100644
--- a/lasso/xml/errors.h
+++ b/lasso/xml/errors.h
@@ -43,6 +43,7 @@
#define LASSO_DS_ERROR_KEYS_MNGR_CREATION_FAILED -107
#define LASSO_DS_ERROR_KEYS_MNGR_INIT_FAILED -108
#define LASSO_DS_ERROR_SIGNATURE_VERIFICATION_FAILED -109
+#define LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED -110
#define LASSO_SERVER_ERROR_PROVIDER_NOT_FOUND -201
#define LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED -202