You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
Got this error
The text was updated successfully, but these errors were encountered: