Ignore:
Timestamp:
Nov 11, 2007 3:05:32 AM (16 years ago)
Author:
bennylp
Message:

Enable AKA support in the build by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r1521 r1570  
    622622 * (AKAv1-MD5 and AKAv2-MD5 respectively). 
    623623 * 
    624  * Default: 0 (disabled, for now) 
     624 * Default: 1 
    625625 */ 
    626626#ifndef PJSIP_HAS_DIGEST_AKA_AUTH 
    627 #   define PJSIP_HAS_DIGEST_AKA_AUTH        0 
     627#   define PJSIP_HAS_DIGEST_AKA_AUTH        1 
    628628#endif 
    629629 
Note: See TracChangeset for help on using the changeset viewer.