X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=blockcipher_descriptor.h;h=6e1f64f3f2dd4db99b1e98fb99e9f6973458b11e;hp=1fbeab8d04dba7e65573eadc852e8be94e79eee6;hb=d9352fc79fbdee0cf3288809b104ea196ea85693;hpb=62d7d4d281af70bc2f56fb3baa86a6915e126240 diff --git a/blockcipher_descriptor.h b/blockcipher_descriptor.h index 1fbeab8..6e1f64f 100644 --- a/blockcipher_descriptor.h +++ b/blockcipher_descriptor.h @@ -1,7 +1,7 @@ /* blockcipher_descriptor.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -90,7 +90,7 @@ typedef struct { } bcdesc_t; /* blockcipher descriptor type */ typedef struct{ - bcdesc_t* desc_ptr; + bcdesc_t *desc_ptr; uint16_t keysize; void* ctx; } bcgen_ctx_t;