summaryrefslogtreecommitdiff
path: root/cipher/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/md5.c')
-rw-r--r--cipher/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md5.c b/cipher/md5.c
index 6a53deda..f49f71c7 100644
--- a/cipher/md5.c
+++ b/cipher/md5.c
@@ -270,6 +270,7 @@ md5_write( MD5_CONTEXT *ctx, const void *buffer, size_t len)
buffer = (const char *) buffer + add;
len -= add;
+ /* FIXME: misalignment occurs ... tsssss */
}
/* Process available complete blocks. */