]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDER
authorDr. David von Oheimb <dev@ddvo.net>
Wed, 17 Jan 2024 17:32:46 +0000 (18:32 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 6 Mar 2024 07:48:48 +0000 (08:48 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/21660)

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

index fa2fae986289e993c3f4bd9363e48198a4bfdc4a..22b5de9a7adb67f05690d7ee831d8f1f64c592c6 100644 (file)
@@ -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
index aba6a9352ed3981133f92535756db13b421f3d31..90222e4dacfe7ab20bafa5a13aa2189ed0a635f1 100644 (file)
 #  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