diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-13 10:01:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-13 10:01:13 +0000 |
commit | 2086641fc10da8b8ac728d7c7672e523b2cee1a5 (patch) | |
tree | dce10a42214bdd3b6b1bcaf68840574948734cd8 /sbin/ipsec | |
parent | 90abfee7c3e7d107aa9e413da56fe410110117cb (diff) |
typo
Diffstat (limited to 'sbin/ipsec')
-rw-r--r-- | sbin/ipsec/photurisd/state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsec/photurisd/state.h b/sbin/ipsec/photurisd/state.h index 2e82cb3a202..dc5e7ecbd0b 100644 --- a/sbin/ipsec/photurisd/state.h +++ b/sbin/ipsec/photurisd/state.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: state.h,v 1.5 1998/03/04 11:43:55 provos Exp $ */ +/* $Id: state.h,v 1.6 1998/05/13 10:01:12 niklas Exp $ */ /* * state.h: * state object @@ -49,7 +49,7 @@ /* Possible values of flags */ #define IPSEC_OPT_ENC 0x001 /* Negotiate encryption */ #define IPSEC_OPT_AUTH 0x002 /* Negotiate authentication */ -#define IPSEC_OPT_TUNNEL 0x004 /* Negotiate tunne mode */ +#define IPSEC_OPT_TUNNEL 0x004 /* Negotiate tunnel mode */ #define IPSEC_OPT_REPLAY 0x100 /* Encryption with replay protection */ #define IPSEC_OPT_ENC_AUTH 0x200 /* Encryption with authentication */ #define IPSEC_OPT_XOR 0x400 /* Encryption with XOR */ |