Imported Upstream version 24.2
[rrq/maintain_lilo.git] / src / shs2.c
index 5b20c2fcccea6cdc6beb527952162f96149779f5..4674f3fff5d82e311201c8a5861f59201fdd1b92 100644 (file)
@@ -125,7 +125,7 @@ static void shsTransform(void)
 /*  Step A.  Copy the data buffer into the work buffer */
 /*  done  */
 #if SHS_DEBUG>=1
-   for (i=0; i<16; i++)  printf("W[%d] = %08lX\n", i, W[i]);
+   for (i=0; i<16; i++)  printf("W[%d] = %08" PRIX32 "\n", i, W[i]);
 #endif
 
 /*  Step B.  Expand the 16 words into 64 temporary data words */