Ignore:
Timestamp:
Jun 20, 2008 10:44:47 PM (16 years ago)
Author:
bennylp
Message:

Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c

    r2032 r2039  
    11/* $Id$ */ 
    22/*  
    3  * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> 
     3 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> 
    44 * 
    55 * This program is free software; you can redistribute it and/or modify 
     
    11351135            int chosen_tag = 0; 
    11361136            int tags[64]; /* assume no more than 64 crypto attrs in a media */ 
    1137             int cr_attr_count = 0; 
     1137            unsigned cr_attr_count = 0; 
    11381138 
    11391139            /* Find supported crypto-suite, get the tag, and assign policy_local */ 
Note: See TracChangeset for help on using the changeset viewer.