can anyone confirm this patch please
http://pastebin.com/K1HCS8hW i am trying to compile new nodes but getting that nasty secp256k1 error, git reset a0d3b8 didn't help.. so if anyone can confirm that patch is safe so i can use it? thanks
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
didn't work tried already.. maybe imc can update crave git with latest secp256k1!?
I did the patch, PM if you like.
yea great job, still need someone to confirm it is safe to use.. i don't doubt your skills just protecting proactive my craves

just playing it safe
anyone? need to get those Adrealines online..
It looks like its basically just adding "instance_of_csecp256k1.ctx" to the key.cpp code.
I'm not sure if / how it affects anything else or if it will break things.