pullup #2873
[pkgsrc.git] / security / stegtunnel / patches / patch-ad
1 $NetBSD$
2
3 --- stegtunnel.c        2007/10/03 12:10:29     1.1
4 +++ stegtunnel.c        2007/10/03 12:11:03
5 @@ -95,7 +95,6 @@
6    SHA1Context sha;
7    uint8_t sha_inbuf[SHA_INBUF_SZ];
8    int num_read;
9 -  int i;
10  
11    lseek(file_ctx->fd, 0, SEEK_SET);
12    SHA1Reset(&sha);
13 @@ -294,7 +293,6 @@
14  stegt_file_output(struct stegt_file *file_ctx, uint8_t *out_buf, int width)
15  {
16    int i;
17 -  int j;
18    uint8_t *size_ptr;
19    uint32_t tmp_size;
20    int ret_val;
21 @@ -394,7 +392,6 @@
22                  uint8_t *in_buf, int width)
23  {
24    int i;
25 -  int j;
26    
27    i = 0;
28