Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a const
authorMatt Caswell <matt@openssl.org>
Fri, 24 Feb 2017 14:08:59 +0000 (14:08 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 17:44:15 +0000 (17:44 +0000)
commit46dcb9457edc1bcf224a36f9d559363507440fd7
tree35858a479948f6c36dd6314f22835a4ed8b7674c
parentfcc4757823a00ed21cd0b5fd90122eb4f249a10c
Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a const

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2737)
include/openssl/ssl.h
ssl/ssl_lib.c