pullup #2873
[pkgsrc.git] / security / stegtunnel / patches / patch-ag
1 $NetBSD$
2
3 --- session.c   2007/10/03 19:15:45     1.1
4 +++ session.c   2007/10/03 19:15:56
5 @@ -219,7 +219,6 @@
6    struct tcp_hdr *tcp_header;
7    uint8_t hash[SHA1HashSize];
8    uint16_t proxy_port;
9 -  int i;
10  
11    ip_header = (struct ip_hdr *)packet;
12    if (ip_header->ip_p != IP_PROTO_TCP)