Added SILC Server library.
[silc.git] / lib / silcutil / tests / test_silcstringprep.c
index affbb4eebf03af9b153d54260d11914d15a62b05..62c0be2eb7b5a2e0079630772c324eb1786642a2 100644 (file)
@@ -1,6 +1,6 @@
 /* Stringprep tests */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 typedef struct {
   const char *comment;
@@ -70,7 +70,7 @@ const test_st tests_norm[] = {
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   int i, enc;
   unsigned char *out = NULL;
   SilcUInt32 out_len;