X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fe_ubsec_err.h;h=b10b2387f28140283205d941bccd42c112a45502;hb=395a6c69bda18dc8111d73e08ad771ec9fc5ed78;hp=023d3be77116a137a48892466215425392377cc4;hpb=5572f482e797a5f6eee34ef7f04a8defde7bdecf;p=oweals%2Fopenssl.git diff --git a/engines/e_ubsec_err.h b/engines/e_ubsec_err.h index 023d3be771..b10b2387f2 100644 --- a/engines/e_ubsec_err.h +++ b/engines/e_ubsec_err.h @@ -55,6 +55,10 @@ #ifndef HEADER_UBSEC_ERR_H #define HEADER_UBSEC_ERR_H +#ifdef __cplusplus +extern "C" { +#endif + /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. @@ -69,12 +73,14 @@ static void ERR_UBSEC_error(int function, int reason, char *file, int line); /* Function codes. */ #define UBSEC_F_UBSEC_CTRL 100 #define UBSEC_F_UBSEC_DH_COMPUTE_KEY 101 -#define UBSEC_F_UBSEC_DSA_SIGN 102 +#define UBSEC_F_UBSEC_DH_GENERATE_KEY 111 +#define UBSEC_F_UBSEC_DSA_DO_SIGN 102 #define UBSEC_F_UBSEC_DSA_VERIFY 103 #define UBSEC_F_UBSEC_FINISH 104 #define UBSEC_F_UBSEC_INIT 105 #define UBSEC_F_UBSEC_MOD_EXP 106 -#define UBSEC_F_UBSEC_RNG_BYTES 107 +#define UBSEC_F_UBSEC_MOD_EXP_CRT 110 +#define UBSEC_F_UBSEC_RAND_BYTES 107 #define UBSEC_F_UBSEC_RSA_MOD_EXP 108 #define UBSEC_F_UBSEC_RSA_MOD_EXP_CRT 109