aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-09-21 15:56:02 +0200
committerAndy Polyakov <appro@openssl.org>2014-09-21 15:56:02 +0200
commitbe07ae9b10ea57242baa1f15291af162442531d6 (patch)
tree877809de934b1e1036d720d49f6b37c60885c376 /crypto/ec/ec.h
parentb5ff559ff90124c6fd53bbb49dae5edb4e821e0a (diff)
downloadopenssl-be07ae9b10ea57242baa1f15291af162442531d6.tar.gz
crypto/ecp_nistz256.c: harmonize error codes.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 72df1fac13..f8c927ac79 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -1182,11 +1182,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