bool -> SilcBool
[silc.git] / lib / silccrypt / tests / test_hmacsha1.c
index b1950cd7b26dbd3f2e14868602b49e376e48e361..14e98b496f83142c2bde3ef52ddc79ffb11eb9b8 100644 (file)
@@ -28,7 +28,7 @@ const unsigned char data4_digest[] = "\xe8\xe9\x9d\x0f\x45\x23\x7d\x78\x6d\x6b\x
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   unsigned char digest[20];
   SilcUInt32 len;
   SilcHmac hmac;