X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal-performance.h;h=bc76d5135e2945f5cb6e4aae7b59e41be06fadd7;hb=HEAD;hp=b8c56663fbe0a595f537dc8adf276a674ea1ff4e;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index b8c5666..bc76d51 100644 --- a/bcal/bcal-performance.h +++ b/bcal/bcal-performance.h @@ -1,6 +1,6 @@ /* bcal-performance.h */ /* - 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 @@ -32,7 +32,7 @@ #include "blockcipher_descriptor.h" void bcal_performance(const bcdesc_t* hd); -void bcal_performance_multiple(const bcdesc_t** hd_list); +void bcal_performance_multiple(const bcdesc_t* const * hd_list); #endif /* BCAL_PERFORMANCE_H_ */