]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - blockcipher_descriptor.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / blockcipher_descriptor.h
index 1fbeab8d04dba7e65573eadc852e8be94e79eee6..33a9ba3c71b18bd3efe22e996f34c55266699600 100644 (file)
@@ -90,7 +90,7 @@ typedef struct {
 } bcdesc_t; /* blockcipher descriptor type */
 
 typedef struct{
-       bcdesc_tdesc_ptr;
+       bcdesc_t *desc_ptr;
        uint16_t  keysize;
        void*     ctx;
 } bcgen_ctx_t;