summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsa.h
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-10-04 19:37:17 +0000
committerNils Larsch <nils@openssl.org>2006-10-04 19:37:17 +0000
commit2fc281d01f76c42e80f25e8dfd3e4161c2f53a47 (patch)
tree65e8d61afe485ecec2958623c9cb357783aa29fd /crypto/ecdsa/ecdsa.h
parentd326582cabe290fff22678af0270667b2b2761d9 (diff)
return an error if the supplied precomputed values lead to an invalid signature
Diffstat (limited to 'crypto/ecdsa/ecdsa.h')
-rw-r--r--crypto/ecdsa/ecdsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecdsa/ecdsa.h b/crypto/ecdsa/ecdsa.h
index b0b611b211..e61c539812 100644
--- a/crypto/ecdsa/ecdsa.h
+++ b/crypto/ecdsa/ecdsa.h
@@ -248,6 +248,7 @@ void ERR_load_ECDSA_strings(void);
#define ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 101
#define ECDSA_R_ERR_EC_LIB 102
#define ECDSA_R_MISSING_PARAMETERS 103
+#define ECDSA_R_NEED_NEW_SETUP_VALUES 106
#define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED 104
#define ECDSA_R_SIGNATURE_MALLOC_FAILED 105