ecwrapper.cpp: In function ‘int {anonymous}::ECDSA_SIG_recover_key_GFp(EC_KEY*, ECDSA_SIG*, const unsigned char*, int, int, int)’:
ecwrapper.cpp:85:28: error: invalid use of incomplete type ‘ECDSA_SIG {aka struct ECDSA_SIG_st}’
if (!BN_add(x, x, ecsig->r)) { ret=-1; goto err; }
^~
It works with libssl 1.0, but that is not an option on my home PC, since it would break other things. Would be nice if devs would fix this. Sorry to post this here, but the issue section on github was removed.
Thanks for reporting flowjob; which source repo is this coming from? github.com/funkshelper/woodcore.git or github.com/funkshelper/woodcoin.git or other?