From b7717f9dd893533ea9237101bcbfa36f106ef108 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Mon, 27 Sep 2004 21:04:49 +0000 Subject: Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED --- lasso/xml/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lasso/xml') 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 -- cgit