On Sun, Aug 7, 2011 at 1:47 PM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > 2011/8/7 Lucian <lucian at lastdot.org>: >> Hello, >> >> I'm trying to rebuild redhat openssl rpm with eliptic curve support >> enabled. What I did is just edit the spec file and modify the >> configure parameters from no-ec to enable-ec. >> Not surprisingly the package does not build with this enabled: >> http://pastie.org/2334009 >> This appears to be deliberate due to shitware patents. >> >> Anyone knows how to "fix" this? >> >> Thanks >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > > redhat openssl contains nice hobble-openssl script that removes part > of patented sources from package, before compiling it.. Thanks Eero!