Rename the rand_drbg_st data member "pool" to "seed_pool"
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 5 Nov 2018 22:13:11 +0000 (23:13 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 7 Nov 2018 14:21:24 +0000 (15:21 +0100)
commit31f32abb8eb2a3ebd8500e6e0460b4a6791e5ed7
tree07085a481bb9c16c7e07ad6c3146dab015480974
parent3866b2247fb7904a4e660593a16365147f479415
Rename the rand_drbg_st data member "pool" to "seed_pool"

... to make the intended use more clear and differentiate
it from the data member "adin_pool".

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7575)
crypto/rand/drbg_lib.c
crypto/rand/rand_lcl.h
crypto/rand/rand_lib.c