]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename some functions to be more consistent
authorMatt Caswell <matt@openssl.org>
Wed, 27 Jul 2022 13:50:16 +0000 (14:50 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:14 +0000 (16:38 +0100)
commit9b7fb65e1520f398344ea8b7f3b4b097ae2617d7
tree054d013f4e767ca5c9af4bb84de3b7cfe1e765ea
parentf6aab7b1e1410cf28ec45410aa4ee54f40baf13d
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)
ssl/record/methods/dtls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c