commit | 0f44948df5f698f85117abaa217d87da8d6b1e24 | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Tue Aug 29 11:32:18 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 29 11:32:18 2017 -0700 |
tree | 158a7cf92faea41239ba31821dd0077cb4402588 | |
parent | 2d861fb1a7677d1d2437e5e6d3e04a095a93b91f [diff] |
Update print-esp.c
diff --git a/print-esp.c b/print-esp.c index 6ba92ed..5208149 100644 --- a/print-esp.c +++ b/print-esp.c
@@ -622,8 +622,8 @@ 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;