diff options
Diffstat (limited to 'src/lib/libssl/src/engines/e_capi_err.c')
-rw-r--r-- | src/lib/libssl/src/engines/e_capi_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/src/engines/e_capi_err.c b/src/lib/libssl/src/engines/e_capi_err.c index 73bbaaa718..a1fbd04cb8 100644 --- a/src/lib/libssl/src/engines/e_capi_err.c +++ b/src/lib/libssl/src/engines/e_capi_err.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* e_capi_err.c */ | 1 | /* e_capi_err.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2009 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
5 | * Redistribution and use in source and binary forms, with or without | 5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions | 6 | * modification, are permitted provided that the following conditions |
@@ -122,6 +122,7 @@ static ERR_STRING_DATA CAPI_str_reasons[]= | |||
122 | {ERR_REASON(CAPI_R_UNSUPPORTED_ALGORITHM_NID),"unsupported algorithm nid"}, | 122 | {ERR_REASON(CAPI_R_UNSUPPORTED_ALGORITHM_NID),"unsupported algorithm nid"}, |
123 | {ERR_REASON(CAPI_R_UNSUPPORTED_PADDING) ,"unsupported padding"}, | 123 | {ERR_REASON(CAPI_R_UNSUPPORTED_PADDING) ,"unsupported padding"}, |
124 | {ERR_REASON(CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM),"unsupported public key algorithm"}, | 124 | {ERR_REASON(CAPI_R_UNSUPPORTED_PUBLIC_KEY_ALGORITHM),"unsupported public key algorithm"}, |
125 | {ERR_REASON(CAPI_R_WIN32_ERROR) ,"win32 error"}, | ||
125 | {0,NULL} | 126 | {0,NULL} |
126 | }; | 127 | }; |
127 | 128 | ||