]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move declarations out of record.h and record_local.h
authorMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2022 14:56:16 +0000 (14:56 +0000)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:51:17 +0000 (07:51 +0000)
commit23c57f001d997b939f9b7c76ffbf9e81a16b0141
treea0980f7b6148b0e7d71c520a4bbfb4749b35bd29
parentc89c21f8f59d4973b7ccda6d6aaa2756636e2121
Move declarations out of record.h and record_local.h

We move many of the declarations in record.h and record_local.h into
locations inside ssl/record/methods instead. Also many declarations were
no longer required and could be removed completely.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19586)
ssl/record/build.info
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c
ssl/record/methods/tlsany_meth.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_local.h
ssl/record/ssl3_record.c [deleted file]