summaryrefslogtreecommitdiffstats
path: root/engines/e_capi_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-04 16:10:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-04 16:10:09 +0000
commite0f7b87227c046458ba3d1449eb65f2c71fed683 (patch)
tree0c5b72fd122ec66e2ba630bf9648cb1c79daeb36 /engines/e_capi_err.h
parent985de8634000df9b33b8ac4519fa10a99e43b314 (diff)
Add support for Windoes dialog box based certificate selection.
Diffstat (limited to 'engines/e_capi_err.h')
-rw-r--r--engines/e_capi_err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h
index e59c1dec6a..c8cf4671ee 100644
--- a/engines/e_capi_err.h
+++ b/engines/e_capi_err.h
@@ -83,6 +83,7 @@ static void ERR_CAPI_error(int function, int reason, char *file, int line);
#define CAPI_F_CAPI_RSA_PRIV_DEC 110
#define CAPI_F_CAPI_RSA_PRIV_ENC 111
#define CAPI_F_CAPI_RSA_SIGN 112
+#define CAPI_F_CLIENT_CERT_SELECT 116
#define CAPI_F_WIDE_TO_ASC 113
/* Reason codes. */
@@ -95,6 +96,8 @@ static void ERR_CAPI_error(int function, int reason, char *file, int line);
#define CAPI_R_DECRYPT_ERROR 105
#define CAPI_R_ENGINE_NOT_INITIALIZED 106
#define CAPI_R_ENUMCONTAINERS_ERROR 107
+#define CAPI_R_ERROR_ADDING_CERT 125
+#define CAPI_R_ERROR_CREATING_STORE 126
#define CAPI_R_ERROR_GETTING_FRIENDLY_NAME 108
#define CAPI_R_ERROR_GETTING_KEY_PROVIDER_INFO 109
#define CAPI_R_ERROR_OPENING_STORE 110