mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Avoid warning.
This commit is contained in:
parent
b7d135b353
commit
247cf8d279
@ -71,7 +71,7 @@ int BIO_dump(BIO *bio, const char *s, int len)
|
||||
{
|
||||
int ret=0;
|
||||
char buf[160+1],tmp[20];
|
||||
int i,j,rows,trunc;
|
||||
unsigned int i,j,rows,trunc;
|
||||
unsigned char ch;
|
||||
|
||||
trunc=0;
|
||||
|
Loading…
Reference in New Issue
Block a user