summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-08-16 16:48:28 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-18 10:17:08 +0200
commit79cdbe893da0c613db97356d05c0b088e885707f (patch)
tree96590b906fa25dcddb0e387a1d542ea3c098f11b
parent1c8a7f5091e2c5aebc043be86bcbedc6947e1c6f (diff)
quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURE
Fixes openssl/project#134 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21756)
-rw-r--r--ssl/quic/quic_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_tls.c b/ssl/quic/quic_tls.c
index 70c67be8aa..d043b8c266 100644
--- a/ssl/quic/quic_tls.c
+++ b/ssl/quic/quic_tls.c
@@ -172,7 +172,7 @@ quic_new_record_layer(OSSL_LIB_CTX *libctx, const char *propq, int vers,
}
/* We pass a ref to the md in a successful yield_secret_cb call */
- /* TODO(QUIC): This cast is horrible. We should try and remove it */
+ /* TODO(QUIC FUTURE): This cast is horrible. We should try and remove it */
if (!EVP_MD_up_ref((EVP_MD *)kdfdigest)) {
QUIC_TLS_FATAL(rl, SSL_AD_INTERNAL_ERROR, ERR_R_INTERNAL_ERROR);
goto err;