summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-11-11 03:05:32 +0000
committerBenny Prijono <bennylp@teluu.com>2007-11-11 03:05:32 +0000
commit3479323dfeee8e74b90a7c9a4b561799828991bd (patch)
tree508ac931a35fc8223c312d1dfaa5eb24f086944d
parent7423f3b9d405182fb1d23042ab4a73458699dc4f (diff)
Enable AKA support in the build by default
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1570 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsip/sip_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index a090e003..cc862b15 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -621,10 +621,10 @@
* Specify support for IMS/3GPP digest AKA authentication version 1 and 2
* (AKAv1-MD5 and AKAv2-MD5 respectively).
*
- * Default: 0 (disabled, for now)
+ * Default: 1
*/
#ifndef PJSIP_HAS_DIGEST_AKA_AUTH
-# define PJSIP_HAS_DIGEST_AKA_AUTH 0
+# define PJSIP_HAS_DIGEST_AKA_AUTH 1
#endif