]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - des.c
forgotten files
[avr-crypto-lib.git] / des.c
diff --git a/des.c b/des.c
index 0ad3361cbd6188a99b06229a6717c52eeb45499c..2600a223d3a171eea31b54a80c8d86692fdccdd3 100644 (file)
--- a/des.c
+++ b/des.c
@@ -1,6 +1,6 @@
 /* des.c */
 /*
-    This file is part of the This file is part of the AVR-Crypto-Lib.
+    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
@@ -27,7 +27,7 @@
  */
 #include "config.h"
 #include "debug.h"
-#include "uart.h"
+#include "cli.h"
 #include <stdint.h>
 #include <string.h>
 #include <util/delay.h>