X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=blockcipher_descriptor.h;h=d08beeab217066136a96d2580a4d98c03142a842;hp=c0faa041ae212ff51c9147712a30d2a7997fe81a;hb=fb928c1c4c392b9e987631f84f1027af94e05beb;hpb=4f19c43af8afeb3c569eb7b4aa15907832cf8e5c 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_ */