<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>and in file digest.c of the module radius_auth:</DIV>
<DIV>&nbsp;</DIV>
<DIV>warning:</DIV>
<DIV>&nbsp;</DIV>
<DIV>digest.c: In function `radius_authorize':<BR>digest.c:79: `PW_SIP_NONCE' 
undeclared (first use in this function)<BR>digest.c:79: (Each undeclared 
identifier is reported only once<BR>digest.c:79: for each function it appears 
in.)<BR>digest.c:83: `PW_SIP_NONCE_COUNT' undeclared (first use in this 
function)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Changed </DIV>
<DIV>&nbsp;</DIV>
<DIV>from PW_SIP_NONCE to PW_SIP_USER_NONCE</DIV>
<DIV>and</DIV>
<DIV>from PW_SIP_NONCE_COUNT to PW_SIP_USER_NONCE_COUNT</DIV>
<DIV>&nbsp;</DIV>
<DIV>which are defined in your new&nbsp;header file "radiusclient.h".</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hope this is ok.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards</DIV>
<DIV>&nbsp;</DIV>
<DIV>Yang</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>