aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-12 07:19:55 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-12 07:19:55 -0800
commit1b0d2f008bb13cea43928a6aa2cbf605f9c95aab (patch)
tree224adc51369d978a4279d9c50c81eaf00981eab2 /test/core/security
parent58a81ac72314940d04ddb1e49c9b18e75d306f83 (diff)
parent6d379a90afcdb9bbfc381d92dc7e4b99e5fc0a4a (diff)
Merge branch 'slice_with_exec_ctx' into metadata_filter
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/ssl_server_fuzzer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/security/ssl_server_fuzzer.c b/test/core/security/ssl_server_fuzzer.c
index 3c72489951..55e8f5e78d 100644
--- a/test/core/security/ssl_server_fuzzer.c
+++ b/test/core/security/ssl_server_fuzzer.c
@@ -111,8 +111,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct handshake_state state;
state.done_callback_called = false;
grpc_handshake_manager *handshake_mgr = grpc_handshake_manager_create();
- grpc_server_security_connector_create_handshakers(&exec_ctx, sc,
- handshake_mgr);
+ grpc_server_security_connector_add_handshakers(&exec_ctx, sc, handshake_mgr);
grpc_handshake_manager_do_handshake(
&exec_ctx, handshake_mgr, mock_endpoint, NULL /* channel_args */,
deadline, NULL /* acceptor */, on_handshake_done, &state);