summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-01 19:16:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-02 20:48:12 +0000
commite9b1c42f753fcb90eee70a12b0ac832951d7ac0b (patch)
tree5aa47532f7eae74fbfd4e526db6483f91cc95f7c /include
parente2285d878d28f55bffc731a34389a2ea91de779f (diff)
make errors
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index 49209d509f..0fb8ce9865 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -1586,6 +1586,7 @@ void ERR_load_EC_strings(void);
# define EC_R_INVALID_FIELD 103
# define EC_R_INVALID_FORM 104
# define EC_R_INVALID_GROUP_ORDER 122
+# define EC_R_INVALID_OUTPUT_LENGTH 161
# define EC_R_INVALID_PENTANOMIAL_BASIS 132
# define EC_R_INVALID_PRIVATE_KEY 123
# define EC_R_INVALID_TRINOMIAL_BASIS 137