X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=cubehash%2Fxchg.h;h=1c4d9e469d7768c051b3687cafb9faf64af55a64;hb=b3cf9d2f35e428cae278fffb8a8f5820d40c833b;hp=c8c6565584715eaca8bcd9d2e6e281e7fd5d79db;hpb=326fddd4d1ff3b8a78e5ab5b41473879ed43e453;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_ */