summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/ssl3_meth.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-07-20 14:49:53 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:13 +0100
commit4564b47d7546a2225e1565715030981387b8e393 (patch)
treecfdf820156306a0b5243a080030ff3cff634ad61 /ssl/record/methods/ssl3_meth.c
parent81c9ebd9099e7aac92a8c855a9ae1a30bad1d9cc (diff)
Remove some TODO(RECLAYER) comments
Some TODO(RECLAYER) comments are no longer necessary and can be removed. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'ssl/record/methods/ssl3_meth.c')
-rw-r--r--ssl/record/methods/ssl3_meth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/record/methods/ssl3_meth.c b/ssl/record/methods/ssl3_meth.c
index c8062679a2..21aed43532 100644
--- a/ssl/record/methods/ssl3_meth.c
+++ b/ssl/record/methods/ssl3_meth.c
@@ -13,14 +13,12 @@
#include "../record_local.h"
#include "recmethod_local.h"
-/* TODO(RECLAYER): Handle OPENSSL_NO_COMP */
static int ssl3_set_crypto_state(OSSL_RECORD_LAYER *rl, int level,
unsigned char *key, size_t keylen,
unsigned char *iv, size_t ivlen,
unsigned char *mackey, size_t mackeylen,
const EVP_CIPHER *ciph,
size_t taglen,
- /* TODO(RECLAYER): This probably should not be an int */
int mactype,
const EVP_MD *md,
const SSL_COMP *comp)