summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-15 16:15:03 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-15 16:15:03 +0000
commit085cb7cac0a3a2ee557754705e997e46471bc4ff (patch)
tree4c7eb410e4e3d0e8985b0e75eb4f09360495214e /engines
parent9874ff33c3d751d3489d2438475c38a86a2333b0 (diff)
make update
Diffstat (limited to 'engines')
-rw-r--r--engines/e_capi_err.c1
-rw-r--r--engines/e_capi_err.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/e_capi_err.c b/engines/e_capi_err.c
index 73bbaaa718..eaaefb261e 100644
--- a/engines/e_capi_err.c
+++ b/engines/e_capi_err.c
@@ -122,6 +122,7 @@ static ERR_STRING_DATA CAPI_str_reasons[]=
{ERR_REASON(CAPI_R_UNSUPPORTED_ALGORITHM_NID),"unsupported algorithm nid"},
{ERR_REASON(CAPI_R_UNSUPPORTED_PADDING) ,"unsupported padding"},
{ERR_REASON(CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM),"unsupported public key algorithm"},
+{ERR_REASON(CAPI_R_WIN32_ERROR) ,"win32 error"},
{0,NULL}
};
diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h
index efdb751251..4c749ec43d 100644
--- a/engines/e_capi_err.h
+++ b/engines/e_capi_err.h
@@ -116,6 +116,7 @@ static void ERR_CAPI_error(int function, int reason, char *file, int line);
#define CAPI_R_UNSUPPORTED_ALGORITHM_NID 119
#define CAPI_R_UNSUPPORTED_PADDING 120
#define CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM 121
+#define CAPI_R_WIN32_ERROR 127
#ifdef __cplusplus
}