Release calc version 2.12.1.11

This commit is contained in:
Landon Curt Noll
2007-02-11 02:34:00 -08:00
parent 7d0cc52afe
commit c773ee736f
89 changed files with 2469 additions and 2381 deletions

8
md5.c
View File

@@ -10,8 +10,8 @@
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* @(#) $Revision: 29.3 $
* @(#) $Id: md5.c,v 29.3 2004/08/03 12:28:29 chongo Exp $
* @(#) $Revision: 29.4 $
* @(#) $Id: md5.c,v 29.4 2007/02/11 10:16:31 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/md5.c,v $
*
* This file is not covered under version 2.1 of the GNU LGPL.
@@ -54,6 +54,7 @@
#include <stdio.h>
#include "decl.h"
#include "longbits.h"
#include "align32.h"
#include "endian_calc.h"
@@ -61,6 +62,9 @@
#include "hash.h"
#include "md5.h"
CONST char *rsa_notice = "The md5 code was derived from the RSA "
"Data Security, Inc. MD5 Message-Digest Algorithm.";
/*
* The F, G, H and I are basic MD5 functions. The following