diff options
author | Pauli <paul.dale@oracle.com> | 2019-07-16 04:28:08 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-16 05:21:56 +0200 |
commit | 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c (patch) | |
tree | 0e65aa0771ce15742fc4dbc7b30b26a2d99f0e1c | |
parent | Add Common shared code needed to move aes ciphers to providers (diff) | |
download | openssl-3d9b33b5e48d82d098a1f8c37dbf616a0d84621c.tar.xz openssl-3d9b33b5e48d82d098a1f8c37dbf616a0d84621c.zip |
Remove DRBG from SSL structure.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9390)
-rw-r--r-- | ssl/ssl_locl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index a4278b2101..49c45109a8 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; |