get rid of RC5 algorithm # completely (#if 0'ed for a long time)
sync with kame.
This commit is contained in:
parent
623aae812b
commit
05d1b41473
@ -1,5 +1,5 @@
|
||||
/* $NetBSD: pfkeyv2.h,v 1.7 2000/07/18 14:56:42 itojun Exp $ */
|
||||
/* $KAME: pfkeyv2.h,v 1.18 2000/07/15 16:07:47 itojun Exp $ */
|
||||
/* $NetBSD: pfkeyv2.h,v 1.8 2000/10/03 06:36:31 itojun Exp $ */
|
||||
/* $KAME: pfkeyv2.h,v 1.22 2000/10/03 06:34:54 itojun Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
@ -315,11 +315,8 @@ struct sadb_x_ipsecrequest {
|
||||
#define SADB_EALG_NULL 11
|
||||
#define SADB_EALG_MAX 11
|
||||
/* private allocations - based on RFC2407 */
|
||||
#if 0 /*disabled due to possible patent issue*/
|
||||
#define SADB_X_EALG_RC5CBC 4
|
||||
#endif
|
||||
#define SADB_X_EALG_CAST128CBC 6
|
||||
#define SADB_X_EALG_BLOWFISHCBC 7
|
||||
#define SADB_X_EALG_BLOWFISHCBC 7
|
||||
/* private allocations should use 249-255 (RFC2407) */
|
||||
|
||||
#if 1 /*nonstandard */
|
||||
|
Loading…
Reference in New Issue
Block a user