Fix various incorrect error function codes.
[openssl.git] / crypto / ecdsa / ecdsa.h
index b0167fa5e243d4d703662e5fd1dc6d8c35e0bb8e..c59b35cee91346be76240bfa82919ed34451cf84 100644 (file)
@@ -280,7 +280,7 @@ void ERR_load_ECDSA_strings(void);
 /* Error codes for the ECDSA functions. */
 
 /* Function codes. */
-#define ECDSA_F_ECDSA_DATA_NEW                          100
+#define ECDSA_F_ECDSA_DATA_NEW_METHOD                   100
 #define ECDSA_F_ECDSA_DO_SIGN                           101
 #define ECDSA_F_ECDSA_DO_VERIFY                                 102
 #define ECDSA_F_ECDSA_SIGN_SETUP                        103