2015-06-14 14:54 GMT+02:00 Armin Rigo <ar...@tunes.org>:

> Hi Roshan,
>
> On 13 June 2015 at 21:22, Roshan Cherian <cherian.r...@gmail.com> wrote:
> > Our build system uses gcc 4.4.6 as a result I am kind of confined to it.
> I
> > am copying the part which has lead to the error. Please let me know how I
> > can provide more info.
>
> Maybe you have an old version of openssl installed, too?  One which
> would not define the type 'EC_KEY'.  Try to grep for 'EC_KEY' in
> '/usr/include/openssl/*.h'.
>

Or this installation of openssl is built with "OPENSSL_NO_ECDH".
CPython respects this flag, PyPy does not.

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to