mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Rename tls_checkpeer to tls_reqcert in ServerHello message
This commit is contained in:
committed by
Todd C. Miller
parent
c9b68ccb34
commit
9935a7e2ff
@@ -412,7 +412,7 @@ struct _ServerHello
|
||||
/*
|
||||
* true if client auth is required with signed cert
|
||||
*/
|
||||
protobuf_c_boolean tls_checkpeer;
|
||||
protobuf_c_boolean tls_reqcert;
|
||||
};
|
||||
#define SERVER_HELLO__INIT \
|
||||
{ PROTOBUF_C_MESSAGE_INIT (&server_hello__descriptor) \
|
||||
|
Reference in New Issue
Block a user