X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/7ba0088d6898d7fd2873f736f1f556673a8be855..3daef399aa12707bd9256a87337e559c62bd9759:/racoon.tproj/algorithm.h diff --git a/racoon.tproj/algorithm.h b/racoon.tproj/algorithm.h index 91a8734..057c53f 100644 --- a/racoon.tproj/algorithm.h +++ b/racoon.tproj/algorithm.h @@ -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__ */ +