From 6969971fefe2c3f9555543b9b784b3f2917e61fb Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 8 Dec 2015 18:50:58 -0500 Subject: [PATCH] Remove a dead prototype. Change-Id: I05cf52b31bd532505393e9a1ccae27f89f81f6f4 Reviewed-on: https://boringssl-review.googlesource.com/6680 Reviewed-by: Adam Langley --- ssl/internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ssl/internal.h b/ssl/internal.h index 5832076e..7910461f 100644 --- a/ssl/internal.h +++ b/ssl/internal.h @@ -1164,9 +1164,6 @@ int tls1_set_curves(uint16_t **out_curve_ids, size_t *out_curve_ids_len, * zero. */ int tls1_check_ec_cert(SSL *s, X509 *x); -int tls1_shared_list(SSL *s, const uint8_t *l1, size_t l1len, const uint8_t *l2, - size_t l2len, int nmatch); - /* ssl_add_clienthello_tlsext writes ClientHello extensions to |out|. It * returns one on success and zero on failure. The |header_len| argument is the * length of the ClientHello written so far and is used to compute the padding