summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2024-01-17 18:32:46 +0100
committerDr. David von Oheimb <dev@ddvo.net>2024-03-06 08:48:48 +0100
commit5003abae023e59f82add1d77d4b5739f9976c29c (patch)
tree510e25214b2cf1dc6c40b570a8a5941df6c88ba5 /include
parent5677992679b38950c6a0c3775fd57378e1879ba5 (diff)
cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDER
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/21660)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cmperr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/cmperr.h b/include/openssl/cmperr.h
index aba6a9352e..90222e4dac 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