X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-performance.h;h=b8de940b45852471680d87e4a252266935d072cb;hb=ca591a22fb1e3500567c3d0b730009b44ba33c2c;hp=65b0473e8c7b7144f7783c80d6a6797ae25cb9bc;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/hfal/hfal-performance.h b/hfal/hfal-performance.h index 65b0473..b8de940 100644 --- a/hfal/hfal-performance.h +++ b/hfal/hfal-performance.h @@ -31,5 +31,5 @@ #include "hashfunction_descriptor.h" void hfal_performance(const hfdesc_t* hd); -void hfal_performance_multiple(const hfdesc_t** hd_list); +void hfal_performance_multiple(const hfdesc_t* const* hd_list); #endif /* HFAL_PERFORMANCE_H_ */