Ignore:
Timestamp:
Oct 10, 2007 12:18:27 PM (17 years ago)
Author:
bennylp
Message:

Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA support. Default is disabled, for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_auth_aka.c

    r1488 r1489  
    2525#include <pj/pool.h> 
    2626#include <pj/string.h> 
     27 
     28#if PJSIP_HAS_DIGEST_AKAV1_AUTH 
    2729 
    2830#include "../../third_party/milenage/milenage.h" 
     
    120122} 
    121123 
     124 
     125#endif  /* PJSIP_HAS_DIGEST_AKAV1_AUTH */ 
     126 
Note: See TracChangeset for help on using the changeset viewer.