Skip to content
Snippets Groups Projects
Commit eabb4f53 authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Addressing comments.

parent 4aee7240
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ class ServerCredentials { ...@@ -58,6 +58,8 @@ class ServerCredentials {
// Options to create ServerCredentials with SSL // Options to create ServerCredentials with SSL
struct SslServerCredentialsOptions { struct SslServerCredentialsOptions {
SslServerCredentialsOptions() : force_client_auth(false) {}
struct PemKeyCertPair { struct PemKeyCertPair {
grpc::string private_key; grpc::string private_key;
grpc::string cert_chain; grpc::string cert_chain;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment