X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmd4.h;h=d67daeb820b3982fbaee9aae7cc95fae07b77e60;hb=ab4d4992050ec171e1c72d661a3457efc8e7c141;hp=b6fc3f561faa670f0ac1087e49242dfc832dba8a;hpb=61821b9b6106a1e834ce14783a0b03b8c5301328;p=ppp.git diff --git a/pppd/md4.h b/pppd/md4.h index b6fc3f5..d67daeb 100644 --- a/pppd/md4.h +++ b/pppd/md4.h @@ -7,6 +7,16 @@ ** (C) 1990 RSA Data Security, Inc. ** ** ******************************************************************** */ +#include "pppdconf.h" + +#ifndef __MD4_INCLUDE__ +#define __MD4_INCLUDE__ +#ifndef USE_MD4 +#include +#define MD4Init MD4_Init +#define MD4Update MD4_Update +#define MD4Final MD4_Final +#else /* MDstruct is the data structure for a message digest computation. */ @@ -53,3 +63,5 @@ extern void MD4Final(unsigned char *, MD4_CTX *); /* ** End of md4.h ****************************(cut)***********************************/ +#endif /* USE_MD4 */ +#endif /* __MD4_INCLUDE__ */