Commit cf8b3732 authored by Pauli's avatar Pauli
Browse files

Remove DRBG from SSL structure.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9390)

(cherry picked from commit 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c)
parent b4f55c6f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;