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 */