mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
outlen should be int * in out_utf8.
This commit is contained in:
parent
563c05e2dc
commit
510dc1ecd0
@ -296,7 +296,7 @@ static int in_utf8(unsigned long value, void *arg)
|
||||
|
||||
static int out_utf8(unsigned long value, void *arg)
|
||||
{
|
||||
long *outlen;
|
||||
int *outlen;
|
||||
outlen = arg;
|
||||
*outlen += UTF8_putc(NULL, -1, value);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user