sats0k

Results 4 issues of sats0k

Installing a new linux with openssl 1.1 in one of my pc's, i have some errors to compile the wallet. First thing who i did was to downgrade to openssl...

Boost compatibility.

Some of the warnings ``` src/util.h:392:20: warning: ‘int SHA256_Init(SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 392 | SHA256_Init(&ctx); | ~~~~~~~~~~~^~~~~~ ``` deprecated: SHA256_Init, SHA256_Update, SHA256_Final ``` src/util.h:469:14: warning: ‘unsigned char*...

``` inlined from ‘std::string CBase58Data::ToString() const’ at src/base58.h:218:19: /usr/include/c++/11.1.0/bits/stl_algobase.h:431:30: warning: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 431...