Added SILC Server library.
[silc.git] / lib / silccrypt / tests / test_hmacmd5.c
index b35bec6fc476f8b0d7202c66a14b1de2ff2490b7..8b41389b62eac75211d9db168d9a56de9fe6246e 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[] = "\x6f\x63\x0f\xad\x67\xcd\xa0\xee\x1f\xb1\x
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   unsigned char digest[16];
   SilcUInt32 len;
   SilcHmac hmac;