]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/algorithm.h
network_cmds-245.8.tar.gz
[apple/network_cmds.git] / racoon.tproj / algorithm.h
index 91a873460222352f16182fb46d4a68a61bcceb33..057c53f0623645d6d581e34d1f04b483dd834b16 100644 (file)
@@ -1,4 +1,4 @@
-/*     $KAME: algorithm.h,v 1.19 2001/08/16 06:17:12 sakane Exp $      */
+/*     $KAME: algorithm.h,v 1.20 2001/12/12 18:23:41 sakane Exp $      */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -29,6 +29,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __ALGORITHM_H__
+#define __ALGORITHM_H__
+
 /* algorithm class */
 enum {
        algclass_ipsec_enc,
@@ -189,3 +192,7 @@ extern int default_keylen __P((int, int));
 extern int check_keylen __P((int, int, int));
 extern int algtype2doi __P((int, int));
 extern int algclass2doi __P((int));
+
+
+#endif /* __ALGORITHM_H__ */
+