projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f55c6
)
Remove DRBG from SSL structure.
author
Pauli
<paul.dale@oracle.com>
Tue, 16 Jul 2019 02:28:08 +0000
(12:28 +1000)
committer
Pauli
<paul.dale@oracle.com>
Tue, 16 Jul 2019 03:25:31 +0000
(13:25 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9390)
(cherry picked from commit
3d9b33b5e48d82d098a1f8c37dbf616a0d84621c
)
ssl/ssl_locl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl_locl.h
b/ssl/ssl_locl.h
index 1c42ba62ddb75f6e040345f01490600627e05df9..25875c9f6d464fbfda3d9aa15d930314acda0fbe 100644
(file)
--- 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;