diff options
Diffstat (limited to 'beecrypt/hmacsha256.h')
-rw-r--r-- | beecrypt/hmacsha256.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/beecrypt/hmacsha256.h b/beecrypt/hmacsha256.h index ba57f6d12..a214ae390 100644 --- a/beecrypt/hmacsha256.h +++ b/beecrypt/hmacsha256.h @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2000, 2001 Virtual Unlimited B.V. + * Copyright (c) 2000, 2001, 2002 Virtual Unlimited B.V. * * Author: Bob Deblier <bob@virtualunlimited.com> * @@ -35,9 +35,8 @@ */ typedef struct { -/*@unused@*/ byte kxi[64]; -/*@unused@*/ byte kxo[64]; - sha256Param param; + hmacParam hparam; + sha256Param sparam; } hmacsha256Param; #ifdef __cplusplus |