summaryrefslogtreecommitdiff
path: root/ssl/record/methods/recmethod_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-07-27 14:50:16 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:14 +0100
commit9b7fb65e1520f398344ea8b7f3b4b097ae2617d7 (patch)
tree054d013f4e767ca5c9af4bb84de3b7cfe1e765ea /ssl/record/methods/recmethod_local.h
parentf6aab7b1e1410cf28ec45410aa4ee54f40baf13d (diff)
downloadopenssl-new-9b7fb65e1520f398344ea8b7f3b4b097ae2617d7.tar.gz
Rename some functions to be more consistent
Some functions in the record layer were called rlayer_*, but most were called tls_*. We standardise on the latter. 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/recmethod_local.h')
-rw-r--r--ssl/record/methods/recmethod_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/record/methods/recmethod_local.h b/ssl/record/methods/recmethod_local.h
index d85e377b68..95ba642b91 100644
--- a/ssl/record/methods/recmethod_local.h
+++ b/ssl/record/methods/recmethod_local.h
@@ -293,4 +293,4 @@ void tls_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
void tls_get_state(OSSL_RECORD_LAYER *rl, const char **shortstr,
const char **longstr);
int tls_set_options(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options);
-int rlayer_setup_read_buffer(OSSL_RECORD_LAYER *rl);
+int tls_setup_read_buffer(OSSL_RECORD_LAYER *rl);