Enable AKA support in the build by default

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1570 74dad513-b988-da41-8d7b-12977e46ad98
remotes/origin/turn
Benny Prijono 17 years ago
parent f0f8fd1f2f
commit bc9baa9791

@ -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

Loading…
Cancel
Save