]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update print-esp.c 613/head
authorGuy Harris <[email protected]>
Tue, 29 Aug 2017 18:32:18 +0000 (11:32 -0700)
committerGitHub <[email protected]>
Tue, 29 Aug 2017 18:32:18 +0000 (11:32 -0700)
print-esp.c

index 6ba92eda962d495e5255c6429036e2acff7dd7eb..52081491914b9d188a7e272137c260d7f6c9fe4d 100644 (file)
@@ -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;