]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - bcal/bcal-nessie.h
more precise type for arguments of bcal_nessie_multiple()
[arm-crypto-lib.git] / bcal / bcal-nessie.h
index 23a0e759a1f4241658fda88fb04fa2873aedd790..203f7cc3f24c88917be6edea07ff536380b64064 100644 (file)
@@ -31,7 +31,7 @@
 #include "blockcipher_descriptor.h"
 
 void bcal_nessie(const bcdesc_t* bcd);
 #include "blockcipher_descriptor.h"
 
 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);
 
 
 #endif /* BCALNESSIE_H_ */
 
 
 #endif /* BCALNESSIE_H_ */