Change the new functions to use size_t
authorMatt Caswell <matt@openssl.org>
Thu, 28 May 2015 10:12:54 +0000 (11:12 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 28 May 2015 15:05:56 +0000 (16:05 +0100)
commit6b8f5d0d4379c2c366c3d07e4cdbb6145abc76d1
tree6bbdd2a7dc6e3ea63ad9e936cc6e1229ce77b503
parent7470cefcb249ea37f97c65e64628c1994725462d
Change the new functions to use size_t

Change the new SSL_get_client_random(), SSL_get_server_random() and
SSL_SESSION_get_master_key() functions to use size_t for |outlen| instead of
int.

Reviewed-by: Tim Hudson <tjh@openssl.org>
doc/ssl/SSL_get_client_random.pod
include/openssl/ssl.h
ssl/ssl_lib.c