crypto/ecp_nistz256.c: harmonize error codes.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit be07ae9b10)
This commit is contained in:
Andy Polyakov
2014-09-21 15:56:02 +02:00
parent 12f14b1d8f
commit 9fa9370b6f
3 changed files with 47 additions and 45 deletions

View File

@@ -1180,11 +1180,11 @@ void ERR_load_EC_strings(void);
#define EC_F_NISTP224_PRE_COMP_NEW 227
#define EC_F_NISTP256_PRE_COMP_NEW 236
#define EC_F_NISTP521_PRE_COMP_NEW 237
#define EC_F_NISTZ256_GET_AFFINE_COORDINATES 240
#define EC_F_NISTZ256_POINTS_MUL 241
#define EC_F_NISTZ256_POINTS_MUL_W 242
#define EC_F_NISTZ256_PRECOMPUTE_MULT 243
#define EC_F_NISTZ256_PRE_COMP_NEW 244
#define EC_F_ECP_NISTZ256_GET_AFFINE 240
#define EC_F_ECP_NISTZ256_POINTS_MUL 241
#define EC_F_ECP_NISTZ256_WINDOWED_MUL 242
#define EC_F_ECP_NISTZ256_MULT_PRECOMPUTE 243
#define EC_F_ECP_NISTZ256_PRE_COMP_NEW 244
#define EC_F_O2I_ECPUBLICKEY 152
#define EC_F_OLD_EC_PRIV_DECODE 222
#define EC_F_PKEY_EC_CTRL 197