Subject: Re: ESP using blowfish doesn't work (on i386)
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: port-i386
Date: 02/26/2002 12:52:16
On Tue, Feb 26, 2002 at 03:45:06PM +0900, YAMAMOTO Takashi wrote:
> hi.
> 
> I tried to use ESP with blowfish as its encrypt algorithm,
> but it doesn't work because i386 asm version of BF_encrypt
> is prototype-mismatched with C version.
> 
> applying attached patches (or fixing i386 asm version instead) solve
> the problem. are this patches right and can i commit?

The patch is right, the third argument isn't actually used and is there
just for symmetry with the DES functions AFAICT.

However, what's with all the gratuitous whitespace and other formatting
changes in the patch?

Thor