[openssl] OpenSSL_1_1_1-stable update

Dr. Paul Dale pauli at openssl.org
Tue Jul 16 03:28:00 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  cf8b3732484a7a087c1e004551e3f8c51203c69d (commit)
      from  b4f55c6f6c4d8d2a85ca697d92dfb682f3ebc987 (commit)


- Log -----------------------------------------------------------------
commit cf8b3732484a7a087c1e004551e3f8c51203c69d
Author: Pauli <paul.dale at oracle.com>
Date:   Tue Jul 16 12:28:08 2019 +1000

    Remove DRBG from SSL structure.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9390)
    
    (cherry picked from commit 3d9b33b5e48d82d098a1f8c37dbf616a0d84621c)

-----------------------------------------------------------------------

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 1c42ba6..25875c9 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;


More information about the openssl-commits mailing list