]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_rc5.h
updated Makefile
[avr-crypto-lib.git] / bcal_rc5.h
index 8c7cc266ae7ebf384dce5b630bdd9f28edb3e34a..30d2100ac3dd1a4a169ae30a6678bb3dbe3e557a 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-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 "rc5.h"
 #include "keysize_descriptor.h"