Fix make update
authorMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 16:12:20 +0000 (17:12 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 16:19:02 +0000 (17:19 +0100)
The recent DTLS write record layer code and the certificate compression
code both added new SSL_R_ reason codes. The numbers are conflicting due
to rebase issues and causing make update to fail.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19457)

crypto/err/openssl.txt
include/openssl/sslerr.h

index 9cf7cb881bf8825934324ef32a01179ac52f3605..86a38e56705f2ce616d57f8330eb6be87bc79dd7 100644 (file)
@@ -1271,7 +1271,7 @@ SSL_R_AT_LEAST_TLS_1_2_NEEDED_IN_SUITEB_MODE:158:\
        at least (D)TLS 1.2 needed in Suite B mode
 SSL_R_BAD_CHANGE_CIPHER_SPEC:103:bad change cipher spec
 SSL_R_BAD_CIPHER:186:bad cipher
-SSL_R_BAD_COMPRESSION_ALGORITHM:326:bad compression algorithm
+SSL_R_BAD_COMPRESSION_ALGORITHM:327:bad compression algorithm
 SSL_R_BAD_DATA:390:bad data
 SSL_R_BAD_DATA_RETURNED_BY_CALLBACK:106:bad data returned by callback
 SSL_R_BAD_DECOMPRESSION:107:bad decompression
index 080aa2415047b6cb85760f19df52cfa7614ff256..8c5d1be86ab9aa4de9ac7ec67927622627114ce8 100644 (file)
 # define SSL_R_REQUIRED_COMPRESSION_ALGORITHM_MISSING     342
 # define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING           345
 # define SSL_R_SCT_VERIFICATION_FAILED                    208
-# define SSL_R_SEQUENCE_CTR_WRAPPED                       326
+# define SSL_R_SEQUENCE_CTR_WRAPPED                       327
 # define SSL_R_SERVERHELLO_TLSEXT                         275
 # define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED           277
 # define SSL_R_SHUTDOWN_WHILE_IN_INIT                     407