From 33f809b8c4cd95c7f5be8585c9ce94ef30fc0541 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 3 Nov 2005 22:08:52 +0100 Subject: [PATCH] [PATCH] fio: mark the md5 code as being lifted from the linux kernel --- md5.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/md5.c b/md5.c index da1e00d..3685048 100644 --- a/md5.c +++ b/md5.c @@ -1,3 +1,6 @@ +/* + * Shamelessly lifted from the 2.6 kernel (crypto/md5.c) + */ #include #include #include "md5.h" -- 2.25.1