On Thu, Jul 09, 2009, The Doctor wrote: > Show stopper in php-5.2.8 + > > ext/openssl/.libs/openssl.o: In function `php_openssl_get_evp_md_from_algo': > /usr/source/php-5.3.0/ext/openssl/openssl.c:908: undefined reference to > `EVP_md2' > > > Can this call be restored?
It was decided that for 1.0 MD2 (which has serious security issues and has long been deprecated) wont be compiled in by default. If you really need it you can use enable-md2 at config time. I suspect some applications will just include everything by default. If they use #ifndef OPENSSL_NO_MD2 they should handle it cleanly. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org