updates. New data types.
[silc.git] / apps / silc / clientutil.c
index 6834916a62bcbde683a1cc52c00c0000fd64674f..0686a64e238796fc78148b4e812c5e024852b557 100644 (file)
@@ -374,7 +374,7 @@ int silc_client_create_key_pair(char *pkcs_name, int bits,
   SilcPrivateKey prv_key;
   SilcRng rng;
   unsigned char *key;
-  unsigned int key_len;
+  uint32 key_len;
   char line[256];
   char *pkfile = NULL, *prvfile = NULL;