mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.1.11
This commit is contained in:
8
md5.c
8
md5.c
@@ -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
|
||||
|
Reference in New Issue
Block a user