summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-30 08:02:39 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-08 16:50:01 +0000
commit07e66f3c3d758619d8594e51afea80d7d23908db (patch)
tree7290892033903f22df39d019369b42150f771fc8 /include
parent2cd09e0075cbe2427825c0a7e7cffcb57e408032 (diff)
Fix error code collision
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23360)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index c9e3a02f43..bd90340058 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -125,7 +125,7 @@
# define SSL_R_EXT_LENGTH_MISMATCH 163
# define SSL_R_FAILED_TO_GET_PARAMETER 316
# define SSL_R_FAILED_TO_INIT_ASYNC 405
-# define SSL_R_FEATURE_NEGOTIATION_NOT_COMPLETE 412
+# define SSL_R_FEATURE_NEGOTIATION_NOT_COMPLETE 417
# define SSL_R_FEATURE_NOT_RENEGOTIABLE 413
# define SSL_R_FRAGMENTED_CLIENT_HELLO 401
# define SSL_R_GOT_A_FIN_BEFORE_A_CCS 154