summaryrefslogtreecommitdiff
path: root/security/stegtunnel/patches/patch-ag
blob: 38541e07c69f1581ce27a50362010cc31218cd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.1.1.1 2008/05/09 21:39:17 agc Exp $

--- session.c	2007/10/03 19:15:45	1.1
+++ session.c	2007/10/03 19:15:56
@@ -219,7 +219,6 @@
   struct tcp_hdr *tcp_header;
   uint8_t hash[SHA1HashSize];
   uint16_t proxy_port;
-  int i;
 
   ip_header = (struct ip_hdr *)packet;
   if (ip_header->ip_p != IP_PROTO_TCP)