On Wed, Oct 18, 2006 at 11:26:06AM +0900, Kazunori MIYAZAWA wrote: > XCBC needs to allocate the tfm as CBC mode to use > "xor" function in the tfm.
I'm sorry but this isn't going to fly. The mode argument is obsolete and incompatible with the new bit-field flags setup. So I'm not going to add any new code that uses it. In the medium term this code should be converted to use the block-cipher interface. For now, please either make a local copy of the xor function or just export the one from crypto/cbc.c. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html