From 353c8df7ef7714d6f8dd40fe1df23cc5762644ef Mon Sep 17 00:00:00 2001 From: "Alan C. Assis" Date: Thu, 16 Apr 2020 20:52:30 -0300 Subject: [PATCH] Rescue incorrectly removed line --- include/netutils/md5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netutils/md5.h b/include/netutils/md5.h index d5bd3e3d5..9e138c350 100644 --- a/include/netutils/md5.h +++ b/include/netutils/md5.h @@ -10,6 +10,8 @@ * * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was + * written by Colin Plumb in 1993, no copyright is claimed. + * * This code is in the public domain; do with it what you wish. * * Equivalent code is available from RSA Data Security, Inc.