mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
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)
This commit is contained in:
parent
5c42ced0ff
commit
c930ee52a4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user