aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe2023-11-21 11:40:37 +0100
committerGert Doering2023-11-21 11:49:05 +0100
commitd25b408db680be0ffc357126cc421231b880f18b (patch)
treee3692f3abec9e992377d4f3dc68ed88b206f9dd4
parent0a39d1c1e2582330db09052bcf0e32bbf5bafde2 (diff)
downloadopenvpn-d25b408db680be0ffc357126cc421231b880f18b.zip
openvpn-d25b408db680be0ffc357126cc421231b880f18b.tar.gz
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 66f109117649237947e3e5cd33a36f81bde71a2b)
-rw-r--r--src/openvpn/crypto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openvpn/crypto.h b/src/openvpn/crypto.h
index 229a4eb..846a725 100644
--- a/src/openvpn/crypto.h
+++ b/src/openvpn/crypto.h
@@ -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
*