Created SILC Crypto Toolkit git repository.
[crypto.git] / lib / silcacc / tests / test_softacc.c
index fec145109b7a8c9d980e2de3a52f0ed69c967afc..14b44d571137070707c0f14bcce8d794beaa4fb1 100644 (file)
@@ -1,6 +1,6 @@
 /* Software accelerator tests */
 
-#include "silc.h"
+#include "silccrypto.h"
 
 SilcSchedule schedule;
 SilcPublicKey public_key, accpub;
@@ -60,7 +60,7 @@ int main(int argc, char **argv)
   if (!softacc)
     goto err;
 
-  if (!silc_acc_init(softacc, schedule, "min_threads", 2, "max_threads", 
+  if (!silc_acc_init(softacc, schedule, "min_threads", 2, "max_threads",
                     8, NULL))
     goto err;