Fix MSVC build some more.
Missed that there were two of them. Change-Id: Ibab169ef1f75be9c5ad1ffa0f232629e76a4512d Reviewed-on: https://boringssl-review.googlesource.com/5332 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
3e536334be
commit
dfa4069a16
@ -1101,7 +1101,8 @@ int tls1_shared_list(SSL *s, const uint8_t *l1, size_t l1len, const uint8_t *l2,
|
||||
size_t l2len, int nmatch);
|
||||
uint8_t *ssl_add_clienthello_tlsext(SSL *s, uint8_t *const buf,
|
||||
uint8_t *const limit, size_t header_len);
|
||||
uint8_t *ssl_add_serverhello_tlsext(SSL *s, uint8_t *buf, uint8_t *limit);
|
||||
uint8_t *ssl_add_serverhello_tlsext(SSL *s, uint8_t *const buf,
|
||||
uint8_t *const limit);
|
||||
int ssl_parse_clienthello_tlsext(SSL *s, CBS *cbs);
|
||||
int ssl_parse_serverhello_tlsext(SSL *s, CBS *cbs);
|
||||
int ssl_prepare_clienthello_tlsext(SSL *s);
|
||||
|
Loading…
Reference in New Issue
Block a user