CVS patchset: 6837
CVS date: 2003/05/12 17:27:27
This commit is contained in:
jbj 2003-05-12 17:27:27 +00:00
parent 77c10c042f
commit 03dc1c2738
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ typedef struct
HANDLE lock;
# else
bc_lock_t lock;
# endif
#endif
sha1Param param;
mpw state[FIPS186_STATE_SIZE];

View File

@ -41,6 +41,7 @@ typedef struct
HANDLE lock;
# else
bc_lock_t lock;
# endif
#endif
uint32_t state[N+1];
uint32_t left;