From 27d15fffb7de7d44cb1d3becbd0e497a228f005e Mon Sep 17 00:00:00 2001 From: bg Date: Tue, 18 Sep 2012 17:42:14 +0200 Subject: [PATCH] do not remember why I did this, but it must have some reason --- blockcipher_descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */ -- 2.39.2