aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-28 16:51:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commit89313de5cb3536a59fadaccc48cb9fedb256bdbc (patch)
tree95af1bff736352c33c627d491637889bb9670c89 /include
parenta200a817add039d0515e6ecf94237b634819687d (diff)
downloadopenssl-89313de5cb3536a59fadaccc48cb9fedb256bdbc.tar.gz
make errors
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index af105a427c..8dec46ef35 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -1236,7 +1236,9 @@ void ERR_load_EC_strings(void);
# define EC_F_ECDH_COMPUTE_KEY 246
# define EC_F_ECDSA_DO_SIGN_EX 251
# define EC_F_ECDSA_DO_VERIFY 252
+# define EC_F_ECDSA_SIGN_EX 254
# define EC_F_ECDSA_SIGN_SETUP 248
+# define EC_F_ECDSA_VERIFY 253
# define EC_F_ECKEY_PARAM2TYPE 223
# define EC_F_ECKEY_PARAM_DECODE 212
# define EC_F_ECKEY_PRIV_DECODE 213