]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-arcfour-test.c
renaming to AVR-Crypto-Lib
[avr-crypto-lib.git] / test_src / main-arcfour-test.c
index 009366f29c993276a61367d5e74f95bad6c52048..84fb9543e0bc61472bcc1678cadcb19de4139b85 100644 (file)
@@ -1,6 +1,6 @@
 /* main-arcfour-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -26,7 +26,7 @@
 #include "uart.h"
 #include "debug.h"
 
-#include "arcfour.h"
+#include <arcfour.h>
 #include "nessie_stream_test.h"
 #include "cli.h"
 #include "performance_test.h"