diff options
author | Dr. David von Oheimb <dev@ddvo.net> | 2024-01-17 18:32:46 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2024-03-06 08:48:48 +0100 |
commit | 5003abae023e59f82add1d77d4b5739f9976c29c (patch) | |
tree | 510e25214b2cf1dc6c40b570a8a5941df6c88ba5 /crypto/err | |
parent | Dump out qlog json if it is malformed (diff) | |
download | openssl-5003abae023e59f82add1d77d4b5739f9976c29c.tar.xz openssl-5003abae023e59f82add1d77d4b5739f9976c29c.zip |
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 '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 fa2fae9862..22b5de9a7a 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 |