Resolve some of the TODO(QUIC) items
[openssl.git] / ssl / quic / quic_wire_pkt.c
index a96843aa9f9c278b562642dcca6bb173bf0309d2..5185d7821bc2a3ea0b996a10590adfa3ba1e98ce 100644 (file)
@@ -854,7 +854,7 @@ int ossl_quic_calculate_retry_integrity_tag(OSSL_LIB_CTX *libctx,
         return 0;
 
     /* Create and initialise cipher context. */
-    /* TODO(QUIC): Cipher fetch caching. */
+    /* TODO(QUIC FUTURE): Cipher fetch caching. */
     if ((cipher = EVP_CIPHER_fetch(libctx, "AES-128-GCM", propq)) == NULL)
         goto err;