diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index dec4e3af5..b16157d46 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1540,7 +1540,7 @@ typedef struct md5_ctx_t { | |||
1540 | uint32_t C; | 1540 | uint32_t C; |
1541 | uint32_t D; | 1541 | uint32_t D; |
1542 | uint64_t total64; | 1542 | uint64_t total64; |
1543 | char wbuffer[64]; | 1543 | char wbuffer[64]; /* NB: always correctly aligned for uint64_t */ |
1544 | } md5_ctx_t; | 1544 | } md5_ctx_t; |
1545 | #else | 1545 | #else |
1546 | /* libbb/md5prime.c uses a bit different one: */ | 1546 | /* libbb/md5prime.c uses a bit different one: */ |