const-ify some input SSL * arguments
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 30 May 2018 14:28:03 +0000 (09:28 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 20 Jul 2018 12:12:24 +0000 (07:12 -0500)
commit4cc968df403ed9321d0df722aba33323ae575ce0
treec3195aa961a56ab49d19a34f5603e2e85c719367
parentf20aa69e33a7b418e052cf210374e2267cb93a5c
const-ify some input SSL * arguments

These tiny functions only read from the input SSL, and we are
about to use them from functions that only have a const SSL* available,
so propagate const a bit further.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6378)
doc/man3/SSL_in_init.pod
include/openssl/ssl.h
ssl/statem/statem.c