]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove unused function prototype crypto_adjust_frame_parameters
authorArne Schwabe <arne@rfc2549.org>
Tue, 21 Nov 2023 10:40:37 +0000 (11:40 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 21 Nov 2023 10:46:52 +0000 (11:46 +0100)
Change-Id: I1141eb7740d8900ed4af0ff5ff52aa3659df99aa
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231121104037.15307-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27524.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto.h

index c5fd253e09fa0db0897c2f6337662f33ba472fac..9255d38af59af63ddda209ce9e16252102694700 100644 (file)
@@ -429,12 +429,6 @@ bool crypto_check_replay(struct crypto_options *opt,
                          struct gc_arena *gc);
 
 
-/** Calculate crypto overhead and adjust frame to account for that */
-void crypto_adjust_frame_parameters(struct frame *frame,
-                                    const struct key_type *kt,
-                                    bool packet_id,
-                                    bool packet_id_long_form);
-
 /** Calculate the maximum overhead that our encryption has
  * on a packet. This does not include needed additional buffer size
  *