mirror of
https://github.com/openssl/openssl.git
synced 2024-12-13 12:03:48 +08:00
Fix duplicate error code.
This commit is contained in:
parent
5c84d2f560
commit
ac9ce2cf03
@ -2748,7 +2748,7 @@ void ERR_load_SSL_strings(void);
|
|||||||
#define SSL_R_INVALID_COMPRESSION_ALGORITHM 341
|
#define SSL_R_INVALID_COMPRESSION_ALGORITHM 341
|
||||||
#define SSL_R_INVALID_NULL_CMD_NAME 385
|
#define SSL_R_INVALID_NULL_CMD_NAME 385
|
||||||
#define SSL_R_INVALID_PURPOSE 278
|
#define SSL_R_INVALID_PURPOSE 278
|
||||||
#define SSL_R_INVALID_SERVERINFO_DATA 388
|
#define SSL_R_INVALID_SERVERINFO_DATA 389
|
||||||
#define SSL_R_INVALID_SRP_USERNAME 357
|
#define SSL_R_INVALID_SRP_USERNAME 357
|
||||||
#define SSL_R_INVALID_STATUS_RESPONSE 328
|
#define SSL_R_INVALID_STATUS_RESPONSE 328
|
||||||
#define SSL_R_INVALID_TICKET_KEYS_LENGTH 325
|
#define SSL_R_INVALID_TICKET_KEYS_LENGTH 325
|
||||||
|
Loading…
Reference in New Issue
Block a user