mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -04:00
Remove unused function prototype crypto_adjust_frame_parameters
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>
(cherry picked from commit 66f1091176)
This commit is contained in:
parent
0a39d1c1e2
commit
d25b408db6
1 changed files with 0 additions and 6 deletions
|
|
@ -433,12 +433,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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue