]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal-performance.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / hfal / hfal-performance.h
index b8de940b45852471680d87e4a252266935d072cb..b65f6eefe628290b2a338877c0bced662b2a923e 100644 (file)
@@ -30,6 +30,6 @@
 
 #include "hashfunction_descriptor.h"
 
-void hfal_performance(const hfdesc_thd);
-void hfal_performance_multiple(const hfdesc_t* const* hd_list);
+void hfal_performance(const hfdesc_t *hd);
+void hfal_performance_multiple(const hfdesc_t *const *hd_list);
 #endif /* HFAL_PERFORMANCE_H_ */