JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://sourceforge.net/projects/bitcointrader/
730 stars 374 forks source link

Fixed build on Debian testing #178

Closed entwickler42 closed 7 years ago

entwickler42 commented 7 years ago

Implementation for EVP_CiPHER_CTX and EVP_CIPHER_CTX seems to be hidden intentionally and factory functions do exists accordingly. Please know that i barely know what i am doing here... I only like this application to work for me :)

JulyIghor commented 7 years ago

Thanks, I'll test it on all platforms and merge code

JulyIghor commented 7 years ago

Are you sure we don't need to free up pointer memory after EVP_CIPHER_CTX_cleanup?