]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - bcal/bcal-nessie.c
more precise type for arguments of bcal_nessie_multiple()
[arm-crypto-lib.git] / bcal / bcal-nessie.c
index b013bf573541d348bf1baf3183e85c4e98228e4c..4fabd585f2d8cde60dc44795004aeaa563a0b530 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal-nessie.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -66,7 +66,7 @@ void bcal_nessie(const bcdesc_t* bcd){
 
 }
 
-void bcal_nessie_multiple(const bcdesc_t** bcd_list){
+void bcal_nessie_multiple(const bcdesc_t* const * bcd_list){
        const bcdesc_t* bcd;
        for(;;){
                bcd = *bcd_list++;