This function is static and just calls another functions.
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <
20211207170211.
3275837-12-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23337.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
}
static void
-do_init_finalize_tls_frame(struct context *c)
+do_init_frame_tls(struct context *c)
{
if (c->c2.tls_multi)
{
}
}
-static void
-do_init_frame_tls(struct context *c)
-{
- do_init_finalize_tls_frame(c);
-}
-
struct context_buffers *
init_context_buffers(const struct frame *frame)
{