Skip to content

Commit

Permalink
Remove unused function prototype crypto_adjust_frame_parameters
Browse files Browse the repository at this point in the history
Change-Id: I1141eb7740d8900ed4af0ff5ff52aa3659df99aa
Acked-by: Frank Lichtenheld <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg27524.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
schwabe authored and cron2 committed Nov 21, 2023
1 parent 227799b commit 66f1091
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/openvpn/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 66f1091

Please sign in to comment.