Open yodel-settles opened 1 year ago
Got this error
key.cpp:110:10: error: could not convert ‘BN_zero_ex(zero)’ from ‘void’ to ‘bool’ 110 | if (!BN_zero(zero)) { ret=-1; goto err; } | ^~~~~~~ | | | void key.cpp:110:10: error: in argument to unary !
Got this error