]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_lib.c
Change return type of the new accessors
authorMatt Caswell <matt@openssl.org>
Thu, 28 May 2015 15:36:51 +0000 (16:36 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 28 May 2015 15:55:15 +0000 (16:55 +0100)
commitd9f1c639d5162617ab0aeec23865771dc4fbcbcd
tree571e941976f42255a6457469f8198b5320eece07
parent6b8f5d0d4379c2c366c3d07e4cdbb6145abc76d1
Change return type of the new accessors

The new accessors SSL_get_client_random, SSL_get_server_random and
SSL_SESSION_get_master_key should return a size_t to match the type of the
|outlen| parameter.

Reviewed-by: Richard Levitte <levitte@openssl.org>
doc/ssl/SSL_get_client_random.pod
include/openssl/ssl.h
ssl/ssl_lib.c
util/ssleay.num