X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=cubehash%2Fxchg.h;fp=cubehash%2Fxchg.h;h=1c4d9e469d7768c051b3687cafb9faf64af55a64;hb=3a9f9d918fb95474996af535c225a7e187d88372;hp=c8c6565584715eaca8bcd9d2e6e281e7fd5d79db;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c;p=avr-crypto-lib.git diff --git a/cubehash/xchg.h b/cubehash/xchg.h index c8c6565..1c4d9e4 100644 --- a/cubehash/xchg.h +++ b/cubehash/xchg.h @@ -22,6 +22,6 @@ #include -void xchg32_array(void* a, void* b, uint8_t n); +void xchg32_array(void *a, void *b, uint8_t n); #endif /* XCHG_H_ */