Added SILC Server library.
[silc.git] / lib / silccrypt / tests / test_aes.c
index 6a802ece007e7d827b9bb7f477308ec6ddfbcdd6..1048cc5173eaec438233e060723c2b9b5b587306 100644 (file)
@@ -1,5 +1,5 @@
 
-#include "silcincludes.h"
+#include "silc.h"
 
 /* Test vectors from RFC3602. */
 
@@ -22,7 +22,7 @@ const unsigned char c2[] = "\xd2\x96\xcd\x94\xc2\xcc\xcf\x8a\x3a\x86\x30\x28\xb5
 
 int main(int argc, char **argv)
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   SilcCipher cipher;
   unsigned char dst[256], pdst[256];
   int i;