]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_tdes.h
updated Makefile
[avr-crypto-lib.git] / bcal_tdes.h
index 5e66faede13370c90fd06ce62352b6cc6481ce29..e2f2b31d758f370402e04df3c7a6f69e2a498aa2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_tdes.h */
 /*
-    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
@@ -26,7 +26,7 @@
  */
 
 #include <avr/pgmspace.h>
-#include "blopckcipher_descriptor.h"
+#include "blockcipher_descriptor.h"
 #include "des.h"
 #include "keysize_descriptor.h"