mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
Remove an old TODO from the code
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19343)
This commit is contained in:
parent
435d88d708
commit
f93c0f5464
@ -1226,7 +1226,6 @@ int ssl_set_new_record_layer(SSL_CONNECTION *s, int version,
|
||||
* using the early keys. A server also needs to worry about rejected early
|
||||
* data that might arrive when the handshake keys are in force.
|
||||
*/
|
||||
/* TODO(RECLAYER): Check this when doing the "write" record layer */
|
||||
if (s->server && direction == OSSL_RECORD_DIRECTION_READ) {
|
||||
use_early_data = (level == OSSL_RECORD_PROTECTION_LEVEL_EARLY
|
||||
|| level == OSSL_RECORD_PROTECTION_LEVEL_HANDSHAKE);
|
||||
|
Loading…
Reference in New Issue
Block a user