aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-12-18 09:50:34 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-12-18 09:50:34 -0800
commitee9d78b960f5c26181c9499412829a95fc972745 (patch)
tree05ae2b53a25606a8f2824e389ec1d2e51f7f3a48 /src
parent1d9ac6612d3a64f6598e69a4d41bdba6c01b6b2f (diff)
Unit testing the peer from auth context functionality.
Diffstat (limited to 'src')
-rw-r--r--src/core/security/security_connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h
index b9f31b6074..b5f3ff17f4 100644
--- a/src/core/security/security_connector.h
+++ b/src/core/security/security_connector.h
@@ -239,7 +239,7 @@ const tsi_peer_property *tsi_peer_get_property_by_name(const tsi_peer *peer,
/* Exposed for testing only. */
grpc_auth_context *tsi_ssl_peer_to_auth_context(const tsi_peer *peer);
-tsi_peer tsi_shallow_peer_from_auth_context(
+tsi_peer tsi_shallow_peer_from_ssl_auth_context(
const grpc_auth_context *auth_context);
void tsi_shallow_peer_destruct(tsi_peer *peer);