Get rid of another unused variable.

This commit is contained in:
Guy Harris 2017-08-29 14:55:44 -07:00
parent 884b1b45c8
commit 8205015f71

View 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