mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-11 00:13:55 +08:00
Remove warnings
This commit is contained in:
@@ -90,7 +90,7 @@ int pem_read(FILE *fp, const char *name, uint8_t *data, size_t *datalen, size_t
|
||||
break;
|
||||
}
|
||||
|
||||
base64_decode_update(&ctx, (uint8_t *)line, strlen(line), data, &len);
|
||||
base64_decode_update(&ctx, (uint8_t *)line, (int)strlen(line), data, &len);
|
||||
data += len;
|
||||
*datalen += len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user