The branch master has been updated
via 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c (commit)
from 459b15d451194ee90834ea58bfb8c91479e9ef9b (commit)
- Log -----------------------------------------------------------------
commit 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c
Author: Pauli <[email protected]>
Date: Tue Jul 16 12:28:08 2019 +1000
Remove DRBG from SSL structure.
Reviewed-by: Tim Hudson <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/9390)
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_locl.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index a4278b2..49c4510 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1645,7 +1645,6 @@ struct ssl_st {
size_t block_padding;
CRYPTO_RWLOCK *lock;
- RAND_DRBG *drbg;
/* The number of TLS1.3 tickets to automatically send */
size_t num_tickets;