mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-11 10:56:17 +08:00
v2 pre-release
This commit is contained in:
@@ -165,7 +165,7 @@ int base58_encode(const void *data, size_t binsz, char *b58, size_t *b58sz)
|
||||
{
|
||||
const uint8_t *bin = data;
|
||||
int carry;
|
||||
ssize_t i, j, high, zcount = 0;
|
||||
size_t i, j, high, zcount = 0;
|
||||
size_t size;
|
||||
//uint8_t buf[size];
|
||||
uint8_t *buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user