Skip to content

Commit f93c0f5

Browse files
committed
Remove an old TODO from the code
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from openssl#19343)
1 parent 435d88d commit f93c0f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ssl/record/rec_layer_s3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ int ssl_set_new_record_layer(SSL_CONNECTION *s, int version,
12261226
* using the early keys. A server also needs to worry about rejected early
12271227
* data that might arrive when the handshake keys are in force.
12281228
*/
1229-
/* TODO(RECLAYER): Check this when doing the "write" record layer */
12301229
if (s->server && direction == OSSL_RECORD_DIRECTION_READ) {
12311230
use_early_data = (level == OSSL_RECORD_PROTECTION_LEVEL_EARLY
12321231
|| level == OSSL_RECORD_PROTECTION_LEVEL_HANDSHAKE);

0 commit comments

Comments
 (0)