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