bool -> SilcBool
[crypto.git] / lib / silccrypt / tests / test_silcpkcs.c
index 0afbdd8e04c1b45c15e96e2b06751352ecb931c9..41ba8d4059dc7f8380b2b60222f9b2d401cc91bb 100644 (file)
@@ -7,7 +7,7 @@ int p_len = 32;
 
 int test()
 {
-  bool success = FALSE;
+  SilcBool success = FALSE;
   SilcPKCS pkcs;
   unsigned char *pk, *prv;
   char *identifier;