X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/c5e4c2cfc092317c1e3ceb0f654f880f6a8573f4..6f7d8eb27fcd243080d62ed0f05f928110f11e1d:/md5.h diff --git a/md5.h b/md5.h index 53ecf51..5685fdb 100644 --- a/md5.h +++ b/md5.h @@ -1,7 +1,8 @@ -/* GLOBAL.H - RSAREF types and constants +/* RSAREF types and constants */ -#include "config.h" +#ifndef __MD5_H__ +#define __MD5_H__ /* PROTOTYPES should be set to one if and only if the compiler supports function argument prototyping. @@ -70,3 +71,4 @@ void MD5Update PROTO_LIST ((MD5_CTX *, unsigned char *, unsigned int)); void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); +#endif /* __MD5_H__ */