"Paul Moore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 05/09/07, Gregory P. Smith <[EMAIL PROTECTED]> wrote: >> Rather than resurrecting the old RSA-copyright md5.c I can easily make >> new >> ones out of the libtomcrypt md5 and sha1 sources the same way i created >> the >> non-openssl sha256 and sha512 modules. > > Which reminds me - when I build Python 3 (on an Ubuntu box) with > openssl installed, I get a message about _sha256 and _sha512 not being > built. Presumably this is intentional? (It looks a bit odd, and I > spent a while trying to work out what dependencies I needed before > realising it was probably OK). Yep, perfectly normal. That just says that the code that shipped with python is not being used, because OpenSSL's implementations of those functions were being used instead. (At least that is my understanding.)
_______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
