On Sat, May 15, 1999 at 06:12:25PM -0400, D. Hugh Redelmeier wrote:
> | From: Bodo Moeller <[EMAIL PROTECTED]>
> | Reply-To: [EMAIL PROTECTED]
> | Subject: (const) des_ctype
> |
> | I have prepared a set of patches to the DES library that should solve
> | the const problem.
>
> Pluto currently uses EAY's libdes. I'd like to use OpenSSL for other
> things, perhaps conditionally. I'd very much like it if the
> interfaces were identical.
I think with my patches it would be somewhere inbetween the libdes
interface and the current OpenSSL interface. Originally,
SSLeay/OpenSSL used pointers to arrays, but the functions then used
lots of evil casts to convert those pointers into pointers to char.
Currently, there are pointers to the first elements of those arrays
(that's an incompatible pointer type, but the values look the same to
the processor).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]