[BACK]Return to umac.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/umac.c between version 1.4 and 1.5

version 1.4, 2011/10/19 10:39:48 version 1.5, 2013/05/17 00:13:14
Line 1197 
Line 1197 
     if (ctx) {      if (ctx) {
         if (ALLOC_BOUNDARY)          if (ALLOC_BOUNDARY)
             ctx = (struct umac_ctx *)ctx->free_ptr;              ctx = (struct umac_ctx *)ctx->free_ptr;
         xfree(ctx);          free(ctx);
     }      }
     return (1);      return (1);
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5