X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=streamcipher_descriptor.h;fp=streamcipher_descriptor.h;h=54f4ef6033d87f2ecb5db0760c086fd9c8237ef2;hp=56815cc9361f978ae61c15bf5065ee33a81452a4;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c 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;