diff options
Diffstat (limited to 'src/md5.c')
-rw-r--r-- | src/md5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/md5.c b/src/md5.c index a27d67b04fb..c8df5616fa9 100644 --- a/src/md5.c +++ b/src/md5.c @@ -441,3 +441,6 @@ md5_process_block (buffer, len, ctx) ctx->C = C; ctx->D = D; } + +/* arch-tag: 60084f04-b434-42cb-9d2b-e91df01f4325 + (do not change this comment) */ |