summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-16 12:28:08 +1000
committerPauli <paul.dale@oracle.com>2019-07-16 13:25:31 +1000
commitcf8b3732484a7a087c1e004551e3f8c51203c69d (patch)
tree948decef0c110d5c36f0f5e0a602a4f7e5a3431c /ssl
parentb4f55c6f6c4d8d2a85ca697d92dfb682f3ebc987 (diff)
Remove DRBG from SSL structure.
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9390) (cherry picked from commit 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_locl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 1c42ba62dd..25875c9f6d 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1462,7 +1462,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;