X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd5.h;h=662eb4126085c6f48ada54d41cea54ba7b2fd3e9;hp=71e8b00e2dde9e481384b43866c9b0e091ac3408;hb=2883dd07101bf851e2ea368f0c04c91aea85cff2;hpb=9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c diff --git a/pppd/md5.h b/pppd/md5.h index 71e8b00..662eb41 100644 --- a/pppd/md5.h +++ b/pppd/md5.h @@ -36,8 +36,13 @@ ** documentation and/or software. ** *********************************************************************** */ +#include "pppdconf.h" #ifndef __MD5_INCLUDE__ +#define __MD5_INCLUDE__ +#ifndef USE_MD5 +#include +#else /* typedef a 32-bit type */ #ifdef _LP64 @@ -61,5 +66,5 @@ void MD5_Init (MD5_CTX *mdContext); void MD5_Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen); void MD5_Final (unsigned char hash[], MD5_CTX *mdContext); -#define __MD5_INCLUDE__ +#endif /* USE_MD5 */ #endif /* __MD5_INCLUDE__ */