Continues NASM support. This might work now. Its still experimental but it
[openssl.git] / crypto / bio / b_dump.c
index b1562cf02b582c25c82927fd67fc28c3749f9136..a7cd828978505ca1607cca7f84eb28a15466276f 100644 (file)
@@ -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;