aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 87c1f457c3..084244457d 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -226,11 +226,11 @@ void ERR_load_EC_strings(void);
#define EC_R_INVALID_FIELD 103
#define EC_R_INVALID_FORM 104
#define EC_R_NOT_INITIALIZED 111
-#define EC_R_NO_GENERATOR_SET 113
#define EC_R_NO_SUCH_EXTRA_DATA 105
#define EC_R_POINT_AT_INFINITY 106
#define EC_R_POINT_IS_NOT_ON_CURVE 107
#define EC_R_SLOT_FULL 108
+#define EC_R_UNDEFINED_GENERATOR 113
#ifdef __cplusplus
}