You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/17 02:40:01 UTC

[incubator-nuttx-apps] 03/04: Rescue incorrectly removed line

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 04856ccfdec504f76c69825182398d6b0911f265
Author: Alan C. Assis <en...@siam.ind.br>
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.