]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal-test.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / hfal / hfal-test.h
index ac43338563321912770559feb30cafd88c8d8311..95a63f3d00224cc49db9828f7778ba705bb49e7c 100644 (file)
@@ -31,6 +31,6 @@
 #include "hashfunction_descriptor.h"
 #include <stdint.h>
 
-void hfal_test(const hfdesc_t* hd, void* msg, uint32_t length_b);
+void hfal_test(const hfdesc_t *hd, void *msg, uint32_t length_b);
 
 #endif /* HFAL_TEST_H_ */