summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_dump.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
commitf598cd13a3a194bf51bba32fc45751f392609898 (patch)
tree39c1639fa30263cd18bcff9b804fee3924319fa9 /crypto/bio/b_dump.c
parentf513939ebba7e6461319f58254f072023763cde3 (diff)
Various changes to stop VC++ choking under Win32.
Diffstat (limited to 'crypto/bio/b_dump.c')
-rw-r--r--crypto/bio/b_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c
index b1562cf02b..a7cd828978 100644
--- a/crypto/bio/b_dump.c
+++ b/crypto/bio/b_dump.c
@@ -71,7 +71,7 @@ int BIO_dump(BIO *bio, const char *s, int len)
{
int ret=0;
char buf[160+1],tmp[20];
- unsigned int i,j,rows,trunc;
+ int i,j,rows,trunc;
unsigned char ch;
trunc=0;