Make some CLIENTHELLO_MSG function arguments const
authorMatt Caswell <matt@openssl.org>
Tue, 8 Nov 2016 13:43:12 +0000 (13:43 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 09:10:30 +0000 (09:10 +0000)
commit902aca09f3cfdf124dc92c7338635b8515eb8f39
tree870179d5b3899476750191b9dc0dad676ba6d9ca
parent3d33f3bbe4e6dfa5ae36a2ced644b623b345bd9e
Make some CLIENTHELLO_MSG function arguments const

There were a few places where they could be declared const so this commit
does that.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h
ssl/t1_lib.c