mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Get rid of another unused variable.
This commit is contained in:
parent
884b1b45c8
commit
8205015f71
@ -622,7 +622,7 @@ esp_print(netdissect_options *ndo,
|
||||
const u_char *ivoff;
|
||||
const u_char *p;
|
||||
EVP_CIPHER_CTX *ctx;
|
||||
u_char *buf_mut, *output_buffer;
|
||||
u_char *output_buffer;
|
||||
int block_size, output_buffer_size;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user