Addressing comments.

pull/2598/head
Julien Boeuf 9 years ago
parent 4aee724004
commit eabb4f53b9
  1. 2
      include/grpc++/server_credentials.h

@ -58,6 +58,8 @@ class ServerCredentials {
// Options to create ServerCredentials with SSL
struct SslServerCredentialsOptions {
SslServerCredentialsOptions() : force_client_auth(false) {}
struct PemKeyCertPair {
grpc::string private_key;
grpc::string cert_chain;

Loading…
Cancel
Save