summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/recmethod_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/record/methods/recmethod_local.h')
-rw-r--r--ssl/record/methods/recmethod_local.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssl/record/methods/recmethod_local.h b/ssl/record/methods/recmethod_local.h
index 37bde3fe16..8cc19999a0 100644
--- a/ssl/record/methods/recmethod_local.h
+++ b/ssl/record/methods/recmethod_local.h
@@ -434,14 +434,10 @@ int tls13_common_post_process_record(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec);
int
tls_int_new_record_layer(OSSL_LIB_CTX *libctx, const char *propq, int vers,
- int role, int direction, int level, unsigned char *key,
- size_t keylen, unsigned char *iv, size_t ivlen,
- unsigned char *mackey, size_t mackeylen,
+ int role, int direction, int level,
const EVP_CIPHER *ciph, size_t taglen,
- int mactype,
const EVP_MD *md, COMP_METHOD *comp, BIO *prev,
BIO *transport, BIO *next,
- BIO_ADDR *local, BIO_ADDR *peer,
const OSSL_PARAM *settings, const OSSL_PARAM *options,
const OSSL_DISPATCH *fns, void *cbarg,
OSSL_RECORD_LAYER **retrl);