X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=blockcipher_descriptor.h;h=d08beeab217066136a96d2580a4d98c03142a842;hb=27d15fffb7de7d44cb1d3becbd0e497a228f005e;hp=c0faa041ae212ff51c9147712a30d2a7997fe81a;hpb=4f19c43af8afeb3c569eb7b4aa15907832cf8e5c;p=arm-crypto-lib.git diff --git a/blockcipher_descriptor.h b/blockcipher_descriptor.h index c0faa04..d08beea 100644 --- a/blockcipher_descriptor.h +++ b/blockcipher_descriptor.h @@ -90,8 +90,8 @@ typedef struct { typedef struct{ bcdesc_t* desc_ptr; - uint16_t keysize; void* ctx; + uint16_t keysize; } bcgen_ctx_t; #endif /* BLOCKCIPHER_DESCRIPTOR_H_ */