From: Tomas Mraz Date: Wed, 16 Aug 2023 14:48:28 +0000 (+0200) Subject: quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURE X-Git-Tag: openssl-3.2.0-alpha1~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79cdbe893da0c613db97356d05c0b088e885707f;p=thirdparty%2Fopenssl.git 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) --- diff --git a/ssl/quic/quic_tls.c b/ssl/quic/quic_tls.c index 70c67be8aa3..d043b8c2661 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;