From: Dr. David von Oheimb Date: Wed, 17 Jan 2024 17:32:46 +0000 (+0100) Subject: cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDER X-Git-Tag: openssl-3.3.0-alpha1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5003abae023e59f82add1d77d4b5739f9976c29c;p=thirdparty%2Fopenssl.git cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDER Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/21660) --- diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index fa2fae98628..22b5de9a7ad 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -280,7 +280,7 @@ CMP_R_UNEXPECTED_PKIBODY:133:unexpected pkibody CMP_R_UNEXPECTED_PKISTATUS:185:unexpected pkistatus CMP_R_UNEXPECTED_POLLREQ:105:unexpected pollreq CMP_R_UNEXPECTED_PVNO:153:unexpected pvno -CMP_R_UNEXPECTED_SENDER:197:unexpected sender +CMP_R_UNEXPECTED_SENDER:106:unexpected sender CMP_R_UNKNOWN_ALGORITHM_ID:134:unknown algorithm id CMP_R_UNKNOWN_CERT_TYPE:135:unknown cert type CMP_R_UNKNOWN_PKISTATUS:186:unknown pkistatus diff --git a/include/openssl/cmperr.h b/include/openssl/cmperr.h index aba6a9352ed..90222e4dacf 100644 --- a/include/openssl/cmperr.h +++ b/include/openssl/cmperr.h @@ -104,7 +104,7 @@ # define CMP_R_UNEXPECTED_PKISTATUS 185 # define CMP_R_UNEXPECTED_POLLREQ 105 # define CMP_R_UNEXPECTED_PVNO 153 -# define CMP_R_UNEXPECTED_SENDER 197 +# define CMP_R_UNEXPECTED_SENDER 106 # define CMP_R_UNKNOWN_ALGORITHM_ID 134 # define CMP_R_UNKNOWN_CERT_TYPE 135 # define CMP_R_UNKNOWN_PKISTATUS 186