Integer type name change.
[silc.git] / lib / silccrypt / rc5_internal.h
index c493fdc519d8160664b1269238d11887db7e9e69..23dc8cf86bb0df27e23f11ff9904d7486ef5ddd3 100644 (file)
@@ -36,7 +36,7 @@ typedef struct {
 } RC5Context;
 
 /* Prototypes */
-int rc5_set_key(RC5Context *ctx, const uint32 in_key[], int key_len);
+int rc5_set_key(RC5Context *ctx, const SilcUInt32 in_key[], int key_len);
 int rc5_encrypt(RC5Context *ctx, u32 *in, u32 *out);
 int rc5_decrypt(RC5Context *ctx, u32 *in, u32 *out);