summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lcl.h
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-11-05 23:13:11 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-11-07 15:23:39 +0100
commit294941aebb28329efa17acd8fe6eb8b3cc3ce345 (patch)
tree1b0fa7ad9070fa46c464ddfc178905076975fbd3 /crypto/rand/rand_lcl.h
parent9bc987f0086052a03982694e0ef69e9617a2b2dc (diff)
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) (cherry picked from commit 31f32abb8eb2a3ebd8500e6e0460b4a6791e5ed7)
Diffstat (limited to 'crypto/rand/rand_lcl.h')
-rw-r--r--crypto/rand/rand_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index 376efed83c..9a4dc32422 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -183,7 +183,7 @@ struct rand_drbg_st {
* with respect to how randomness is added to the RNG during reseeding
* (see PR #4328).
*/
- struct rand_pool_st *pool;
+ struct rand_pool_st *seed_pool;
/*
* Auxiliary pool for additional data.