blackbird icon indicating copy to clipboard operation
blackbird copied to clipboard

Fix sources for modern ssh

Open hroff-1902 opened this issue 4 years ago • 1 comments

...to allow the app to be compiled under actual linuxes.

Resolves #508

hroff-1902 avatar Mar 25 '20 07:03 hroff-1902

I can confirm that this fixes:

In file included from /Users/poreilly/code/blackbird/src/exchanges/exmo.cpp:7:
/Users/poreilly/code/blackbird/src/utils/hmac_sha512.hpp:11:12: error: variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
                HMAC_CTX ctx;
                         ^
/usr/local/Cellar/[email protected]/1.1.1h/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st'
typedef struct hmac_ctx_st HMAC_CTX;
               ^
1 error generated.

satoshi75nakamoto avatar Oct 21 '20 19:10 satoshi75nakamoto