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 save 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