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.h

    r974 r1001  
    1 /* $Id */ 
     1/* $Id$ */ 
    22/*  
    33 * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> 
     
    1919#include <pj/types.h> 
    2020 
    21 #define INCLUDE_XML_TEST        1 
     21#define INCLUDE_XML_TEST            1 
     22#define INCLUDE_ENCRYPTION_TEST     1 
    2223 
    2324extern int xml_test(void); 
     25extern int encryption_test(); 
    2426extern int test_main(void); 
    2527 
Note: See TracChangeset for help on using the changeset viewer.