1 --- ppp-2.4.2/pppd/sha1.c.fix64 2002-04-02 15:54:59.000000000 +0200
2 +++ ppp-2.4.2/pppd/sha1.c 2004-06-17 17:22:00.698817462 +0200
6 #include <netinet/in.h> /* htonl() */
7 +#include <sys/types.h> /* u_int32_t */
13 SHA1_Transform(unsigned long state[5], const unsigned char buffer[64])
15 - unsigned long a, b, c, d, e;
16 + u_int32_t a, b, c, d, e;
19 - unsigned long l[16];