mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-30 15:15:05 +00:00
Fixed compilation of debug log code (that is currently commented out)
This commit is contained in:
parent
cc3e01a9f5
commit
a96fa7d221
@ -138,8 +138,8 @@ MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen)
|
|||||||
unsigned int i, ii;
|
unsigned int i, ii;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
PPPDEBUGLOG_INFO, ("MD5Update: %u:%.*H\n", inLen, MIN(inLen, 20) * 2, inBuf);
|
PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf));
|
||||||
PPPDEBUGLOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf);
|
PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* compute number of bytes mod 64 */
|
/* compute number of bytes mod 64 */
|
||||||
|
Loading…
Reference in New Issue
Block a user