diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-10 21:55:16 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-10 21:55:16 +0000 |
commit | f9e890e07ed63a9bd14e36c74525f462ad7da015 (patch) | |
tree | cb092f498e60163f0cdb6faba4785895955b6251 /common/sha1.h | |
parent | 8b041b40ac8567899c2b3c556705a837ca8b52cb (diff) |
Add proper licensing
Diffstat (limited to 'common/sha1.h')
-rw-r--r-- | common/sha1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/sha1.h b/common/sha1.h index a9d1573..3cb9a91 100644 --- a/common/sha1.h +++ b/common/sha1.h @@ -24,9 +24,9 @@ extern "C" { typedef struct sha1_ctx { - unsigned long state[5]; - unsigned long count[2]; - unsigned char buffer[64]; + unsigned long state[5]; + unsigned long count[2]; + unsigned char buffer[64]; } sha1_ctx_t; |