Rescue incorrectly removed line

This commit is contained in:
Alan C. Assis 2020-04-16 20:52:30 -03:00 committed by patacongo
parent b5f153cb6c
commit 353c8df7ef

View file

@ -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.