From f61fedc2501baedc27b1893b0b0fb6769ae9cbc3 Mon Sep 17 00:00:00 2001 From: vanhu Date: Wed, 20 May 2009 07:54:50 +0000 Subject: [PATCH] typo --- crypto/dist/ipsec-tools/src/racoon/isakmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/dist/ipsec-tools/src/racoon/isakmp.h b/crypto/dist/ipsec-tools/src/racoon/isakmp.h index 5d8c5762f633..16986a959a84 100644 --- a/crypto/dist/ipsec-tools/src/racoon/isakmp.h +++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.h @@ -1,4 +1,4 @@ -/* $NetBSD: isakmp.h,v 1.6 2009/04/20 13:24:36 tteras Exp $ */ +/* $NetBSD: isakmp.h,v 1.7 2009/05/20 07:54:50 vanhu Exp $ */ /* Id: isakmp.h,v 1.11 2005/04/25 22:19:39 manubsd Exp */ @@ -133,7 +133,7 @@ struct isakmp { /* Exchange Type */ #define ISAKMP_ETYPE_NONE 0 /* NONE */ #define ISAKMP_ETYPE_BASE 1 /* Base */ -#define ISAKMP_ETYPE_IDENT 2 /* Identity Proteciton */ +#define ISAKMP_ETYPE_IDENT 2 /* Identity Protection */ #define ISAKMP_ETYPE_AUTH 3 /* Authentication Only */ #define ISAKMP_ETYPE_AGG 4 /* Aggressive */ #define ISAKMP_ETYPE_INFO 5 /* Informational */