projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
drop "Session N is closing" message level to 4; don't process PPPIP packets in this...
[l2tpns.git]
/
md5.h
diff --git
a/md5.h
b/md5.h
index
53ecf51
..
5685fdb
100644
(file)
--- 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.
/* 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 *));
((MD5_CTX *, unsigned char *, unsigned int));
void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
+#endif /* __MD5_H__ */