diff options
Diffstat (limited to 'beecrypt/sha1.h')
-rw-r--r-- | beecrypt/sha1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/sha1.h b/beecrypt/sha1.h index 0e6c7bc27..1729e663a 100644 --- a/beecrypt/sha1.h +++ b/beecrypt/sha1.h @@ -41,7 +41,7 @@ typedef struct #else # error #endif - short offset; + unsigned short offset; } sha1Param; #ifdef __cplusplus |