]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-khazad-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-khazad-test.c
index 859e71513b5e065743b324acf1b52fc1faef00e8..d0ccff8048c8041a02a92fab7c52f47904520b06 100644 (file)
@@ -1,7 +1,7 @@
 /* main-khazad-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2011  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,9 +28,9 @@
 #include "bcal-nessie.h"
 #include "bcal_khazad.h"
 
-charalgo_name = "Khazad";
+char *algo_name = "Khazad";
 
-const bcdesc_tconst algolist[] PROGMEM = {
+const bcdesc_t *const algolist[] PROGMEM = {
        (bcdesc_t*)&khazad_desc,
        NULL
 };