Hi,
 
and in file digest.c of the module radius_auth:
 
warning:
 
digest.c: In function `radius_authorize':
digest.c:79: `PW_SIP_NONCE' undeclared (first use in this function)
digest.c:79: (Each undeclared identifier is reported only once
digest.c:79: for each function it appears in.)
digest.c:83: `PW_SIP_NONCE_COUNT' undeclared (first use in this function)
 
Changed
 
from PW_SIP_NONCE to PW_SIP_USER_NONCE
and
from PW_SIP_NONCE_COUNT to PW_SIP_USER_NONCE_COUNT
 
which are defined in your new header file "radiusclient.h".
 
Hope this is ok.
 
Regards
 
Yang