OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Ben
Laurie
Root: /v/openssl/cvs Email: ben openssl.org
Module: openssl Date:
05-Apr-2007 19:09:43
Branch: HEAD Handle:
2007040518094300
Modified files:
openssl/crypto/ec ec.h ec_err.c
Log:
Fix duplicate error number.
Summary:
Revision Changes Path
1.89 +1 -1 openssl/crypto/ec/ec.h
1.44 +1 -1 openssl/crypto/ec/ec_err.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/ec/ec.h
============================================================
================
$ cvs diff -u -r1.88 -r1.89 ec.h
--- openssl/crypto/ec/ec.h 21 Nov 2006 21:29:38
-0000 1.88
+++ openssl/crypto/ec/ec.h 5 Apr 2007 17:09:43 -0000 1.89
 -1056,7 +1056,7 
#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
 .
patch -p0 <<' .'
Index: openssl/crypto/ec/ec_err.c
============================================================
================
$ cvs diff -u -r1.43 -r1.44 ec_err.c
--- openssl/crypto/ec/ec_err.c 21 Nov 2006 21:29:38
-0000 1.43
+++ openssl/crypto/ec/ec_err.c 5 Apr 2007 17:09:43
-0000 1.44
 -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
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|