From 79cdbe893da0c613db97356d05c0b088e885707f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 16 Aug 2023 16:48:28 +0200 Subject: quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURE Fixes openssl/project#134 Reviewed-by: Matt Caswell Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/21756) --- ssl/quic/quic_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3