@ -25,6 +25,9 @@ HISTORY
++ Bugfixes:
2009-08-23 Simon Goldschmidt
* many ppp files: bug #27267: Added include to string.h where needed
* tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
@ -82,6 +82,8 @@
#include "cbcp.h"
#endif /* CBCP_SUPPORT */
#include <string.h>
/*************************/
/*** LOCAL DEFINITIONS ***/
@ -82,6 +82,7 @@
#include "chap.h"
#include "chpms.h"
@ -64,6 +64,8 @@
#include "fsm.h"
@ -42,6 +42,8 @@
#include "md5.h"
/*
***********************************************************************
** Message-digest routines: **
@ -61,6 +61,8 @@
#include "auth.h"
#include "pap.h"
/***********************************/
/*** LOCAL FUNCTION DECLARATIONS ***/
@ -41,6 +41,7 @@
#include "ppp.h"
#include "pppdebug.h"
#if MD5_SUPPORT /* this module depends on MD5 */
#define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */