]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - streamcipher_descriptor.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / streamcipher_descriptor.h
index 56815cc9361f978ae61c15bf5065ee33a81452a4..54f4ef6033d87f2ecb5db0760c086fd9c8237ef2 100644 (file)
@@ -100,7 +100,7 @@ typedef struct {
 } scdesc_t; /* streamcipher descriptor type */
 
 typedef struct{
-       const scdesc_tdesc_ptr;
+       const scdesc_t *desc_ptr;
        uint16_t        keysize;
        uint16_t        ivsize;
        uint16_t        index;