aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-01-17 17:25:35 +0100
committerTomas Mraz <tomas@openssl.org>2024-01-17 17:25:35 +0100
commitc930ee52a4b0853fa42f0ca5942e59a68c6bca80 (patch)
tree39794c1a0e4cb789b2961fe7c1f34f5835b83d3c /include
parent5c42ced0ff974a59af98b75e54136f4282718266 (diff)
downloadopenssl-c930ee52a4b0853fa42f0ca5942e59a68c6bca80.tar.gz
Fix reason value collision for CMP_R_UNEXPECTED_SENDER
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23323)
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 111d4c9e2f..aba6a9352e 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 104
+# define CMP_R_UNEXPECTED_SENDER 197
# define CMP_R_UNKNOWN_ALGORITHM_ID 134
# define CMP_R_UNKNOWN_CERT_TYPE 135
# define CMP_R_UNKNOWN_PKISTATUS 186