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>
diff --git a/ssl/internal.h b/ssl/internal.h index ef8ca38..e89fbc5 100644 --- a/ssl/internal.h +++ b/ssl/internal.h
@@ -1101,7 +1101,8 @@ 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);