This function is static and just calls another functions. Signed-off-by: Arne Schwabe <a...@rfc2549.org> --- src/openvpn/init.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/openvpn/init.c b/src/openvpn/init.c index 2ce963663..0287dda35 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -3045,7 +3045,7 @@ do_init_crypto_tls(struct context *c, const unsigned int flags) } static void -do_init_finalize_tls_frame(struct context *c) +do_init_frame_tls(struct context *c) { if (c->c2.tls_multi) { @@ -3302,12 +3302,6 @@ do_option_warnings(struct context *c) } } -static void -do_init_frame_tls(struct context *c) -{ - do_init_finalize_tls_frame(c); -} - struct context_buffers * init_context_buffers(struct frame *frame) { -- 2.33.0 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel