X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=blockcipher_descriptor.h;h=33a9ba3c71b18bd3efe22e996f34c55266699600;hp=1fbeab8d04dba7e65573eadc852e8be94e79eee6;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hpb=62d7d4d281af70bc2f56fb3baa86a6915e126240 diff --git a/blockcipher_descriptor.h b/blockcipher_descriptor.h index 1fbeab8..33a9ba3 100644 --- a/blockcipher_descriptor.h +++ b/blockcipher_descriptor.h @@ -90,7 +90,7 @@ typedef struct { } bcdesc_t; /* blockcipher descriptor type */ typedef struct{ - bcdesc_t* desc_ptr; + bcdesc_t *desc_ptr; uint16_t keysize; void* ctx; } bcgen_ctx_t;