sumversion.c (5c34202b8bf942da411b6599668a76b07449bbfd) | sumversion.c (fc31c7716355a226b8ed4e16f4581e5c8fa53570) |
---|---|
1#include <netinet/in.h> 2#ifdef __sun__ 3#include <inttypes.h> 4#else 5#include <stdint.h> 6#endif 7#include <ctype.h> 8#include <errno.h> 9#include <string.h> | 1#include <netinet/in.h> 2#ifdef __sun__ 3#include <inttypes.h> 4#else 5#include <stdint.h> 6#endif 7#include <ctype.h> 8#include <errno.h> 9#include <string.h> |
10#include <limits.h> |
|
10#include "modpost.h" 11 12/* 13 * Stolen form Cryptographic API. 14 * 15 * MD4 Message Digest Algorithm (RFC1320). 16 * 17 * Implementation derived from Andrew Tridgell and Steve French's --- 478 unchanged lines hidden --- | 11#include "modpost.h" 12 13/* 14 * Stolen form Cryptographic API. 15 * 16 * MD4 Message Digest Algorithm (RFC1320). 17 * 18 * Implementation derived from Andrew Tridgell and Steve French's --- 478 unchanged lines hidden --- |