emarkproject / eMark

https://deutsche-emark.org
MIT License
24 stars 36 forks source link

Compile fails with OpenSSL 1.1.0g #49

Open chris2286266 opened 5 years ago

chris2286266 commented 5 years ago

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!)

g1itch commented 4 years ago

This seems to be solved in 9929375