matja / bitcoin-tool

Tool for converting Bitcoin keys and addresses
206 stars 116 forks source link

OpenSSL v1.1 compatibility #23

Closed hrobeers closed 6 years ago

hrobeers commented 6 years ago

OpenSSL types cannot be stack allocated anymore. They are made opaque to the outside through forward declarations.

Just a heads up that I'll fix this. PR coming later this week.

hrobeers commented 6 years ago

Fixed by: https://github.com/matja/bitcoin-tool/pull/24