Ignore:
Timestamp:
Feb 25, 2007 3:38:32 PM (17 years ago)
Author:
bennylp
Message:

Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c

    r974 r1001  
    1 /* $Id */ 
     1/* $Id$ */ 
    22/*  
    33 * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> 
     
    6262    pj_dump_config(); 
    6363    pj_caching_pool_init( &caching_pool, &pj_pool_factory_default_policy, 0 ); 
     64 
     65#if INCLUDE_XML_TEST 
    6466    DO_TEST(xml_test()); 
     67#endif 
     68 
     69#if INCLUDE_ENCRYPTION_TEST 
     70    DO_TEST(encryption_test()); 
     71#endif 
     72 
    6573 
    6674on_return: 
Note: See TracChangeset for help on using the changeset viewer.