Integer type name change.
[silc.git] / lib / silccrypt / silcdh.h
index 1f90ba3d51855f93ebf417ee2bfbd2bee4bc5d65..6b04b3bfcf862bae1ef50790e4a5e66b44732fdb 100644 (file)
@@ -159,7 +159,7 @@ bool silc_dh_compute_key(SilcDH dh, const SilcMPInt **z);
  * SYNOPSIS
  *
  *    bool silc_dh_compute_key_data(SilcDH dh, unsigned char **z, 
- *                                  uint32 *z_len);
+ *                                  SilcUInt32 *z_len);
  *
  * DESCRIPTION
  *
@@ -168,6 +168,6 @@ bool silc_dh_compute_key(SilcDH dh, const SilcMPInt **z);
  *
  ***/
 bool silc_dh_compute_key_data(SilcDH dh, unsigned char **z, 
-                             uint32 *z_len);
+                             SilcUInt32 *z_len);
 
 #endif