diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-01-17 17:25:35 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-01-17 17:25:35 +0100 |
commit | c930ee52a4b0853fa42f0ca5942e59a68c6bca80 (patch) | |
tree | 39794c1a0e4cb789b2961fe7c1f34f5835b83d3c /crypto/err | |
parent | Introduce hash thunking functions to do proper casting (diff) | |
download | openssl-c930ee52a4b0853fa42f0ca5942e59a68c6bca80.tar.xz openssl-c930ee52a4b0853fa42f0ca5942e59a68c6bca80.zip |
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 'crypto/err')
-rw-r--r-- | crypto/err/openssl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index b999ec3363..8d302e07d6 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -278,7 +278,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:104:unexpected sender +CMP_R_UNEXPECTED_SENDER:197: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 |