Added SILC Thread Queue API
[silc.git] / lib / silccrypt / tests / test_hmacsha1.c
index b1950cd7b26dbd3f2e14868602b49e376e48e361..887453476e16912b719d5aabeda93a01e56eff5f 100644 (file)
@@ -1,4 +1,4 @@
-#include "silcincludes.h"
+#include "silc.h"
 
 /* Test vectors from RFC 2202 */
 
@@ -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;