]> git.cryptolib.org Git - arm-crypto-lib.git/commitdiff
do not remember why I did this, but it must have some reason
authorbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 15:42:14 +0000 (17:42 +0200)
committerbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 15:42:14 +0000 (17:42 +0200)
blockcipher_descriptor.h

index c0faa041ae212ff51c9147712a30d2a7997fe81a..d08beeab217066136a96d2580a4d98c03142a842 100644 (file)
@@ -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_ */