X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fccgost%2Fe_gost_err.h;h=6dc500079d5d49165fb8630e2217091d6391d7af;hb=8f4077ca69076cebaca51b7b666db1ed49e46b9e;hp=652d1bb392f4a9a8259af1b4e49e6f4f4a4783fa;hpb=e5fa864f62c096536d700d977a5eb924ad293304;p=oweals%2Fopenssl.git diff --git a/engines/ccgost/e_gost_err.h b/engines/ccgost/e_gost_err.h index 652d1bb392..6dc500079d 100644 --- a/engines/ccgost/e_gost_err.h +++ b/engines/ccgost/e_gost_err.h @@ -118,10 +118,12 @@ void ERR_GOST_error(int function, int reason, char *file, int line); #define GOST_R_BAD_KEY_PARAMETERS_FORMAT 99 #define GOST_R_BAD_PKEY_PARAMETERS_FORMAT 100 #define GOST_R_CANNOT_PACK_EPHEMERAL_KEY 101 +#define GOST_R_CTRL_CALL_FAILED 132 #define GOST_R_ERROR_COMPUTING_SHARED_KEY 102 #define GOST_R_ERROR_PACKING_KEY_TRANSPORT_INFO 103 #define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO 104 #define GOST_R_INCOMPATIBLE_ALGORITHMS 105 +#define GOST_R_INCOMPATIBLE_PEER_KEY 131 #define GOST_R_INVALID_CIPHER_PARAMS 106 #define GOST_R_INVALID_CIPHER_PARAM_OID 107 #define GOST_R_INVALID_DIGEST_TYPE 108