From 3b2eead38167cd11a80ff1da6fffd28f767de05f Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 5 Apr 2007 17:09:43 +0000 Subject: [PATCH] Fix duplicate error number. --- crypto/ec/ec.h | 2 +- crypto/ec/ec_err.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 26d92a569e..c13ad5a0a7 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -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 diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c index 8514bcc9df..b22567aefc 100644 --- a/crypto/ec/ec_err.c +++ b/crypto/ec/ec_err.c @@ -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 -- 2.25.1