X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=e_gost_err.h;h=e8a5f2877ba63740014a0ae5f8f09037ad3adeae;hb=refs%2Fheads%2Fopenssl_1_0_2;hp=c62471343d9b361c63037f1d1f77cfa0b8230919;hpb=096f193c98ffbe23686f10c834b2c42092b65954;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.h b/e_gost_err.h index c624713..e8a5f28 100644 --- a/e_gost_err.h +++ b/e_gost_err.h @@ -64,9 +64,9 @@ extern "C" { * 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. */ - void ERR_load_GOST_strings(void); - void ERR_unload_GOST_strings(void); - void ERR_GOST_error(int function, int reason, char *file, int line); +void ERR_load_GOST_strings(void); +void ERR_unload_GOST_strings(void); +void ERR_GOST_error(int function, int reason, char *file, int line); # define GOSTerr(f,r) ERR_GOST_error((f),(r),__FILE__,__LINE__) /* Error codes for the GOST functions. */ @@ -98,6 +98,7 @@ extern "C" { # define GOST_F_PKEY_GOST_MAC_CTRL 123 # define GOST_F_PKEY_GOST_MAC_CTRL_STR 124 # define GOST_F_PKEY_GOST_MAC_KEYGEN 125 +# define GOST_F_PKEY_GOST_MAC_SIGNCTX_INIT 132 # define GOST_F_PRINT_GOST_EC_PUB 126 # define GOST_F_PRIV_DECODE_GOST 127 # define GOST_F_PUB_DECODE_GOST_EC 128 @@ -138,7 +139,7 @@ extern "C" { # define GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND 126 # define GOST_R_UNSUPPORTED_PARAMETER_SET 127 -# ifdef __cplusplus +#ifdef __cplusplus } -# endif +#endif #endif