summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-10-20 17:12:20 +0100
committerMatt Caswell <matt@openssl.org>2022-10-20 17:19:02 +0100
commit3c153d8722d52ac6faa0d98873060272e5f160ea (patch)
tree08af0574936172e94ac4aabfe59e99aef806f738 /crypto/err
parent2d23ba14630551ee347acafcab81fa1a290c6504 (diff)
Fix make update
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)
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/openssl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt
index 9cf7cb881b..86a38e5670 100644
--- a/crypto/err/openssl.txt
+++ b/crypto/err/openssl.txt
@@ -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