X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fengine%2Fengine.h;h=bfc453fa96a1f3d0d985642693ce5f7a2326cdf1;hb=9d0397e9779524745018d03a8f938905898dfffb;hp=7d3820b9466c189c5e6b5f7639943550be1fdaf7;hpb=9fb6fd34f8e2c2604ddb5474381aea7c25011b9c;p=openssl.git diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 7d3820b946..bfc453fa96 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -702,7 +702,7 @@ typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id, const dynamic_fns *fns); #define IMPLEMENT_DYNAMIC_BIND_FN(fn) \ OPENSSL_EXPORT \ - int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \ OPENSSL_EXPORT \ int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \ if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \ @@ -798,6 +798,7 @@ void ERR_load_ENGINE_strings(void); #define ENGINE_R_DSO_FAILURE 104 #define ENGINE_R_DSO_NOT_FOUND 132 #define ENGINE_R_ENGINES_SECTION_ERROR 148 +#define ENGINE_R_ENGINE_CONFIGURATION_ERROR 102 #define ENGINE_R_ENGINE_IS_NOT_IN_LIST 105 #define ENGINE_R_ENGINE_SECTION_ERROR 149 #define ENGINE_R_FAILED_LOADING_PRIVATE_KEY 128