PACKET: constify where possible
authorEmilia Kasper <emilia@openssl.org>
Tue, 18 Aug 2015 12:55:53 +0000 (14:55 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 26 Aug 2015 11:19:12 +0000 (13:19 +0200)
commit2aa815c343357524aa5a3775994d694de65544f8
tree3cda04f608b4fbd2b7f4930e78841eaf297f9604
parentb48357d9953decc43333979ca11ebc1500040f4e
PACKET: constify where possible

The PACKET should hold a 'const unsigned char*' underneath as well
but the legacy code passes the record buffer around as 'unsigned char*'
(to callbacks, too) so that's a bigger refactor.

Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/packet_locl.h