Fix duplicate error number.
authorBen Laurie <ben@openssl.org>
Thu, 5 Apr 2007 17:09:43 +0000 (17:09 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 5 Apr 2007 17:09:43 +0000 (17:09 +0000)
crypto/ec/ec.h
crypto/ec/ec_err.c

index 26d92a569ec9966b059631dff984e067afbc7122..c13ad5a0a7f0c24b2845296cbd0d92eefefa5c78 100644 (file)
@@ -1056,7 +1056,7 @@ void ERR_load_EC_strings(void);
 #define EC_R_DECODE_ERROR                               142
 #define EC_R_DISCRIMINANT_IS_ZERO                       118
 #define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE               119
-#define EC_R_FIELD_TOO_LARGE                            138
+#define EC_R_FIELD_TOO_LARGE                            143
 #define EC_R_GROUP2PKPARAMETERS_FAILURE                         120
 #define EC_R_I2D_ECPKPARAMETERS_FAILURE                         121
 #define EC_R_INCOMPATIBLE_OBJECTS                       101
index 8514bcc9dfa1693e8b5c7d605f9b9882b5fd7929..b22567aefcfaea3d9a0b0efbf577b87342ac50ea 100644 (file)
@@ -1,6 +1,6 @@
 /* crypto/ec/ec_err.c */
 /* ====================================================================
- * Copyright (c) 1999-2006 The OpenSSL Project.  All rights reserved.
+ * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions