This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch releases/9.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 353c8df7ef7714d6f8dd40fe1df23cc5762644ef Author: Alan C. Assis <[email protected]> AuthorDate: Thu Apr 16 20:52:30 2020 -0300 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 d5bd3e3..9e138c3 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.
