X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=streamcipher_descriptor.h;h=54f4ef6033d87f2ecb5db0760c086fd9c8237ef2;hb=6e767be64b6ac55b9d400adb9c40830582380e00;hp=56815cc9361f978ae61c15bf5065ee33a81452a4;hpb=2ed518e50cb7fd58dba373f791843af2beb82cc3;p=avr-crypto-lib.git diff --git a/streamcipher_descriptor.h b/streamcipher_descriptor.h index 56815cc..54f4ef6 100644 --- a/streamcipher_descriptor.h +++ b/streamcipher_descriptor.h @@ -100,7 +100,7 @@ typedef struct { } scdesc_t; /* streamcipher descriptor type */ typedef struct{ - const scdesc_t* desc_ptr; + const scdesc_t *desc_ptr; uint16_t keysize; uint16_t ivsize; uint16_t index;