projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more changes to regular_cleanups(), process a slice of each of the tunnel,
[l2tpns.git]
/
md5.h
diff --git
a/md5.h
b/md5.h
index
cf6eee8
..
5685fdb
100644
(file)
--- a/
md5.h
+++ b/
md5.h
@@
-1,6
+1,9
@@
-/*
GLOBAL.H -
RSAREF types and constants
+/* RSAREF types and constants
*/
*/
+#ifndef __MD5_H__
+#define __MD5_H__
+
/* PROTOTYPES should be set to one if and only if the compiler supports
function argument prototyping.
The following makes PROTOTYPES default to 0 if it has not already
/* PROTOTYPES should be set to one if and only if the compiler supports
function argument prototyping.
The following makes PROTOTYPES default to 0 if it has not already
@@
-68,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__ */