Make SSL_is_server() accept a const SSL
authorMatt Caswell <matt@openssl.org>
Tue, 2 May 2017 10:00:50 +0000 (11:00 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 May 2017 07:54:39 +0000 (08:54 +0100)
commit6944311688015ad293bd788ce78f3226738ebf00
tree33015493330f9689383b13cea3957a06c9190747
parentfb34a0f4e033246ef5f957bc57d2ebc904a519fc
Make SSL_is_server() accept a const SSL

Fixes #1526

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3360)
include/openssl/ssl.h
ssl/ssl_lib.c