mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
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)
This commit is contained in:
parent
1c8a7f5091
commit
79cdbe893d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user