diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-12-18 09:50:34 -0800 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-12-28 10:49:11 -0800 |
commit | b0437efbff5fe6b27a5e6fafa879202bd372d668 (patch) | |
tree | e7a6ff77917aa30765e8b2d45216f64eba2edce7 /src/core/security | |
parent | 4d75f259bce1055afd88155c64cb3f4095869f74 (diff) |
Unit testing the peer from auth context functionality.
Diffstat (limited to 'src/core/security')
-rw-r--r-- | src/core/security/security_connector.h | 2 |
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); |