2
0
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:
Laszlo Orban
2020-01-22 15:40:56 +01:00
committed by Todd C. Miller
parent c9b68ccb34
commit 9935a7e2ff
6 changed files with 14 additions and 14 deletions

View File

@@ -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) \