Bodo Moeller wrote:
> 
> On Tue, Jul 31, 2001 at 12:41:45PM +0100, Ben Laurie wrote:
> 
> >>>   -typedef struct des_ks_struct
> >>>   +typedef struct des_ks
> [...]
> 
> >> Surely this deserves an entry in 'CHANGES'?
> 
> > It got one, when I committed from the right directory!
> 
>   +) Rationalise EVP so it can be extended: don't include a union of
>      cipher/digest structures, add init/cleanup functions. This also reduces
>      the number of header dependencies.
>      [Ben Laurie]

That's the wrong one:

  +) Make DES key schedule conform to the usual scheme, as well as
correcting
     its structure.
     [Ben Laurie]

> 
> I'd had hoped that it would say what might have to be changed in
> applications -- i.e. that des_key_schedule is now a struct
> and no arrary, and that now functions using des_key_schedule
> expect a pointer to the struct where previously they expected
> a pointer to the first element of the array, meaning that
> '&' has to be added when some des_key_schedule typed variable
> is used.

I'm happy to add this.

> Also doc/crypto/des.pod should be updated accordingly.

OK.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to