]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURE
authorTomas Mraz <tomas@openssl.org>
Wed, 16 Aug 2023 14:48:28 +0000 (16:48 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 18 Aug 2023 08:17:08 +0000 (10:17 +0200)
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)

ssl/quic/quic_tls.c

index 70c67be8aa3acce2048de6e9344897260ec10f55..d043b8c266185b6273200707d98b82987e3c7d94 100644 (file)
@@ -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;