aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_connector.c
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-05-18 15:08:50 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-18 15:08:50 -0700
commitcf4124e06aaa666684dd35f3f14fa127465abddf (patch)
tree110afcb86ec6ccee8d8339b6c12a5673b4eb62aa /src/core/security/security_connector.c
parentad654aca5e8b121594929f962f1937a37fe4b6e5 (diff)
Putting tsi util in header so that it can be used elsewhere.
Diffstat (limited to 'src/core/security/security_connector.c')
-rw-r--r--src/core/security/security_connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/security_connector.c b/src/core/security/security_connector.c
index 61cb20f6b9..b17e0e0dfa 100644
--- a/src/core/security/security_connector.c
+++ b/src/core/security/security_connector.c
@@ -82,7 +82,7 @@ static const char *ssl_cipher_suites(void) {
/* -- Common methods. -- */
/* Returns the first property with that name. */
-static const tsi_peer_property *tsi_peer_get_property_by_name(
+const tsi_peer_property *tsi_peer_get_property_by_name(
const tsi_peer *peer, const char *name) {
size_t i;
if (peer == NULL) return NULL;