summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-23 13:11:42 +0000
committerMatt Caswell <matt@openssl.org>2017-12-04 13:31:48 +0000
commit29bfd5b79a1ec2be8bea307ffb50810fce11915c (patch)
treef7d23d758f00a0a107a2b740859dc4857326b55c /include
parentf9f674eb76a7c00e3f158f673a7ec01286b02907 (diff)
Add some more cleanups
Follow up from the conversion to use SSLfatal() in the state machine to clean things up a bit more. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4778)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index 6662f667e6..ef6b9dd403 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -132,7 +132,9 @@ int ERR_load_SSL_strings(void);
# define SSL_F_SSL_CERT_SET0_CHAIN 340
# define SSL_F_SSL_CHECK_PRIVATE_KEY 163
# define SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT 280
+# define SSL_F_SSL_CHECK_SRP_EXT_CLIENTHELLO 606
# define SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG 279
+# define SSL_F_SSL_CHOOSE_CLIENT_VERSION 607
# define SSL_F_SSL_CIPHER_LIST_TO_BYTES 425
# define SSL_F_SSL_CIPHER_PROCESS_RULESTR 230
# define SSL_F_SSL_CIPHER_STRENGTH_SORT 231