Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)
authorMatt Caswell <matt@openssl.org>
Mon, 7 Nov 2016 15:13:04 +0000 (15:13 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 09:10:30 +0000 (09:10 +0000)
commitfba7b84ca30dc809652e9f35f65e1d55c5b3c6e4
treefc3f693f56fd111125dddf5a15168b6db9daea65
parent035b1e69d2b0ece62069aeafa47ed34bf9e707f5
Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)

The size if fixed by the protocol and won't change even if
sizeof(clienthello.random) does.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_srvr.c