X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_capi_err.c;h=eaaefb261e2b9046f9202e88bd0b873b3b209dda;hp=73bbaaa718b452cec81261a7cc9a4738c2bbac8a;hb=ae7c67cace564bb1a3cc736dad93419d94e97f42;hpb=9be8035b11ba781e513f31241a34ac2bfd406d93 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} };