Compile fails with OpenSSL 1.1.0g #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to compile on a new installed Ubuntu 18.04 Server fails with lots of errors in bignum.h "error: cannot convert const CBigNum to const BIGNUM".
It looks like it is because of deprecated BIGNUM functions in openssl 1.1
Any idea how to solve this?
(NOT with OpensSSL downgrade!)
This seems to be solved in
9929375