updates. New data types.
[silc.git] / lib / silccrypt / md5.c
index 20cf9c93d80180c5f5074ebb189fa3d22ebfe93f..5a198c740057a57f3f83d724756456032722da3b 100644 (file)
@@ -53,13 +53,13 @@ SILC_HASH_API_CONTEXT_LEN(md5)
 #ifndef HIGHFIRST
 #define byteReverse(buf, len)  /* Nothing */
 #else
-void byteReverse(unsigned char *buf, unsigned longs);
+void byteReverse(unsigned char *buf, uint32s);
 
 #ifndef ASM_MD5
 /*
  * Note: this code is harmless on little-endian machines.
  */
-void byteReverse(unsigned char *buf, unsigned longs)
+void byteReverse(unsigned char *buf, uint32s)
 {
        uint32 t;
        do {