X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3aa4eda8b1e0c4abc04439affe850d33648c7472..38e422ebb66c5de3811adce8b675ba5415d598b9:/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__ */