From: Guy Harris Date: Tue, 29 Aug 2017 21:55:44 +0000 (-0700) Subject: Get rid of another unused variable. X-Git-Tag: tcpdump-4.99-bp~2015 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8205015f71629c5f11c3e067fcb744bbaecd57da Get rid of another unused variable. --- diff --git a/print-esp.c b/print-esp.c index dff7d386..433b2214 100644 --- a/print-esp.c +++ b/print-esp.c @@ -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