diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-08-29 11:32:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 11:32:18 -0700 |
commit | 0f44948df5f698f85117abaa217d87da8d6b1e24 (patch) | |
tree | 158a7cf92faea41239ba31821dd0077cb4402588 /print-esp.c | |
parent | 2d861fb1a7677d1d2437e5e6d3e04a095a93b91f (diff) | |
download | tcpdump-0f44948df5f698f85117abaa217d87da8d6b1e24.tar.gz |
Update print-esp.c
Diffstat (limited to 'print-esp.c')
-rw-r--r-- | print-esp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-esp.c b/print-esp.c index 6ba92eda..52081491 100644 --- a/print-esp.c +++ b/print-esp.c @@ -622,8 +622,8 @@ esp_print(netdissect_options *ndo, const u_char *ivoff; const u_char *p; EVP_CIPHER_CTX *ctx; - u_char *buf_mut, *output_buffer; - int block_size, cipher_nid, output_buffer_size; + u_char *buf_mut, *output_buffer; + int block_size, cipher_nid, output_buffer_size; #endif esp = (const struct newesp *)bp; |