summaryrefslogtreecommitdiff
path: root/include/openssl/sslerr.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-04 16:54:59 +0000
committerMatt Caswell <matt@openssl.org>2017-12-08 16:42:02 +0000
commit921d84a0ad2e70ad91b6e1b06573e97162387f8a (patch)
treed03290f4271fe08a15a25e13e193124e48c80599 /include/openssl/sslerr.h
parent5591a6132ea210b89813d18a852ec2f28b5e2486 (diff)
downloadopenssl-new-921d84a0ad2e70ad91b6e1b06573e97162387f8a.tar.gz
Convert the remaining functions in the record layer to use SSLfatal()
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4841)
Diffstat (limited to 'include/openssl/sslerr.h')
-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 ef6b9dd403..b54459b0d0 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -97,6 +97,7 @@ int ERR_load_SSL_strings(void);
# define SSL_F_SSL3_CTX_CTRL 133
# define SSL_F_SSL3_DIGEST_CACHED_RECORDS 293
# define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC 292
+# define SSL_F_SSL3_ENC 608
# define SSL_F_SSL3_FINAL_FINISH_MAC 285
# define SSL_F_SSL3_FINISH_MAC 587
# define SSL_F_SSL3_GENERATE_KEY_BLOCK 238
@@ -249,6 +250,7 @@ int ERR_load_SSL_strings(void);
# define SSL_F_TLS12_CHECK_PEER_SIGALG 333
# define SSL_F_TLS12_COPY_SIGALGS 533
# define SSL_F_TLS13_CHANGE_CIPHER_STATE 440
+# define SSL_F_TLS13_ENC 609
# define SSL_F_TLS13_FINAL_FINISH_MAC 605
# define SSL_F_TLS13_GENERATE_SECRET 591
# define SSL_F_TLS13_HKDF_EXPAND 561