]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint_asm.S
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bigint / bigint_asm.S
index 1942fa33e7ff0631d027ba7cf3df9faad8acf2e5..1fe05cb78d5a11a4a3de781a7b25c811c6a54dbf 100644 (file)
@@ -24,7 +24,7 @@
 
 /******************************************************************************/
 /*
-void bigint_add_scale_u(bigint_t* dest, const bigint_t* a, uint16_t scale){
+void bigint_add_scale_u(bigint_t *dest, const bigint_t *a, uint16_t scale){
        uint16_t i,j=0;
        uint16_t t=0;
        if(scale>dest->length_B)