]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of another unused variable.
authorGuy Harris <[email protected]>
Tue, 29 Aug 2017 21:55:44 +0000 (14:55 -0700)
committerGuy Harris <[email protected]>
Tue, 29 Aug 2017 21:55:44 +0000 (14:55 -0700)
print-esp.c

index dff7d38664b82546b4370ac0a04280932512bd62..433b2214c3ebd0ff76847c933f96fe488f99b850 100644 (file)
@@ -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