Subject: Re: CVS commit: src
To: Jason Thorpe <thorpej@shagadelic.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 02/24/2005 17:43:07
Jason Thorpe <thorpej@shagadelic.org> wrote:
> Perhaps we should provide SADB_X_EALG_AESCBC in our pfkey headers as
> well?
I thought about it but I fear we could break software doing this:
switch(foo) {
#ifdef SADB_X_EALG_AESCBC
case SADB_X_EALG_AESCBC:
/* whatever */
#endif
#ifdef SADB_X_EALG_AES
case SADB_X_EALG_AES:
/* whatever */
#endif
}
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@netbsd.org