mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Get rid of unused variable.
This commit is contained in:
parent
c70c7b5d21
commit
884b1b45c8
@ -157,7 +157,7 @@ int esp_print_decrypt_buffer_by_ikev2(netdissect_options *ndo,
|
||||
struct sa_list *sa;
|
||||
const u_char *iv;
|
||||
u_char *buf_mut, *output_buffer;
|
||||
int len, block_size, cipher_nid, output_buffer_size ;
|
||||
int len, block_size, output_buffer_size;
|
||||
EVP_CIPHER_CTX *ctx;
|
||||
|
||||
/* initiator arg is any non-zero value */
|
||||
@ -623,7 +623,7 @@ esp_print(netdissect_options *ndo,
|
||||
const u_char *p;
|
||||
EVP_CIPHER_CTX *ctx;
|
||||
u_char *buf_mut, *output_buffer;
|
||||
int block_size, cipher_nid, output_buffer_size;
|
||||
int block_size, output_buffer_size;
|
||||
#endif
|
||||
|
||||
esp = (const struct newesp *)bp;
|
||||
|
Loading…
Reference in New Issue
Block a user