From: bg Date: Tue, 18 Sep 2012 15:42:14 +0000 (+0200) Subject: do not remember why I did this, but it must have some reason X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=commitdiff_plain;h=27d15fffb7de7d44cb1d3becbd0e497a228f005e do not remember why I did this, but it must have some reason --- 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_ */