Added SILC Server library.
[silc.git] / lib / silccrypt / tests / test_hmacsha256.c
index 1b5cfbb33c9b79d478008c5844ef6b4fdf3041a4..d9d687a0a2f92b9cc9bf96533428ff035795d316 100644 (file)
@@ -1,4 +1,4 @@
-#include "silcincludes.h"
+#include "silc.h"
 
 /* Test vectors from draft-ietf-ipsec-ciph-sha-256-01.txt */
 
@@ -28,7 +28,7 @@ const unsigned char data4_digest[] = "\x63\x55\xac\x22\xe8\x90\xd0\xa3\xc8\x48\x
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   unsigned char digest[20];
   SilcUInt32 len;
   SilcHmac hmac;