forgot to update maximum number of algorithms

This commit is contained in:
itojun 2000-10-03 22:43:52 +00:00
parent 9a21eb644a
commit 6653c1a74d

View File

@ -1,4 +1,4 @@
/* $NetBSD: pfkeyv2.h,v 1.9 2000/10/03 21:45:44 itojun Exp $ */
/* $NetBSD: pfkeyv2.h,v 1.10 2000/10/03 22:43:52 itojun Exp $ */
/* $KAME: pfkeyv2.h,v 1.23 2000/10/03 21:38:21 itojun Exp $ */
/*
@ -312,8 +312,8 @@ struct sadb_x_ipsecrequest {
#define SADB_EALG_NONE 0
#define SADB_EALG_DESCBC 2
#define SADB_EALG_3DESCBC 3
#define SADB_EALG_NULL 11
#define SADB_EALG_MAX 11
#define SADB_EALG_NULL 12
#define SADB_EALG_MAX 12
/* private allocations - based on RFC2407/IANA assignment */
#define SADB_X_EALG_CAST128CBC 6
#define SADB_X_EALG_BLOWFISHCBC 7