]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / hfal / hfal-test.c
index 9efce38e3e49e370adc2e9958ca8a278063b51cb..c71a7a3b09aad9dcb9da35e32898be1c51d0dd99 100644 (file)
@@ -31,7 +31,7 @@
 #include <stdint.h>
 #include <avr/pgmspace.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){
        if(pgm_read_byte(&(hd->type))!=HFDESC_TYPE_HASHFUNCTION)
                return;
        uint16_t dlen = (pgm_read_word(&(hd->hashsize_b))+7)/8;