summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-06 16:59:11 +0100
committerPauli <pauli@openssl.org>2023-07-17 08:18:05 +1000
commitbac3f4da5579887d6e203020e83298676cc982ba (patch)
tree3fceacbf534c9b28ee4b339bcca60529bc806736 /include
parent5ed3a435d5f84e296330595985c7adb2575ecba5 (diff)
make update
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index 81e3fd8c21..b46883e7db 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -286,6 +286,10 @@
# define SSL_R_SSL_SESSION_ID_TOO_LONG 408
# define SSL_R_SSL_SESSION_VERSION_MISMATCH 210
# define SSL_R_STILL_IN_INIT 121
+# define SSL_R_STREAM_FINISHED 365
+# define SSL_R_STREAM_RECV_ONLY 366
+# define SSL_R_STREAM_RESET 375
+# define SSL_R_STREAM_SEND_ONLY 379
# define SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED 1116
# define SSL_R_TLSV13_ALERT_MISSING_EXTENSION 1109
# define SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049
@@ -355,9 +359,5 @@
# define SSL_R_WRONG_VERSION_NUMBER 267
# define SSL_R_X509_LIB 268
# define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 269
-# define SSL_R_STREAM_RECV_ONLY 382
-# define SSL_R_STREAM_SEND_ONLY 387
-# define SSL_R_STREAM_RESET 393
-# define SSL_R_STREAM_FINISHED 395
#endif