aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/security/security_context.h')
-rw-r--r--src/core/security/security_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/security/security_context.h b/src/core/security/security_context.h
index e3d9113967..2b9610fac3 100644
--- a/src/core/security/security_context.h
+++ b/src/core/security/security_context.h
@@ -171,6 +171,8 @@ grpc_security_status grpc_ssl_server_security_context_create(
/* Secure client channel creation. */
+size_t grpc_get_default_ssl_roots(const unsigned char **pem_root_certs);
+
grpc_channel *grpc_ssl_channel_create(grpc_credentials *ssl_creds,
grpc_credentials *request_metadata_creds,
const char *target,