On Fri, Apr 13, 2001 at 02:11:05PM -0700, Jason Molenda wrote:
> This minor patch fixes a warning we get from our code when we pass
> a constant string to EVP_BytesToKey as the salt string. We have
> our warnings treated in errors in our code base, so it'd be nice
> to get this minor correction folded back into the master OpenSSL
> sources.
>
> EVP_BytesToKey only passes SALT off to EVP_DigestUpdate(), which
> declares that parameter as (const void *), so changing the decl
> from (unsigned char *) to (const unsigned char *) in EVP_BytesToKey
> is harmless (constness is preserved, and we should let the compiler
> know about it).
That sounds reasonable.
Submissions from the US (I guess from your timezone) should be sent
in copy to [EMAIL PROTECTED] in order to be accepted.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]