rename sha512.h and tfm.h ctc_*

This commit is contained in:
Todd A Ouska
2011-06-02 14:16:59 -07:00
parent 9d53c649ca
commit 60c4b9cd9f
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
#include "ctc_md5.h"
#include "ctc_sha.h"
#include "ctc_sha256.h"
#include "sha512.h"
#include "ctc_sha512.h"
#include "ctc_rsa.h"
#include "ctc_asn.h"
#include "ctc_ripemd.h"

View File

@ -35,7 +35,7 @@
*/
#include "ctc_types.h" /* will set MP_xxBIT if not default */
#ifdef USE_FAST_MATH
#include "tfm.h"
#include "ctc_tfm.h"
#else
#ifndef CHAR_BIT

View File

@ -1,4 +1,4 @@
/* sha512.h
/* ctc_sha512.h
*
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
*

View File

@ -1,4 +1,4 @@
/* tfm.h
/* ctc_tfm.h
*
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
*

View File

@ -27,7 +27,7 @@
#include "ctc_integer.h"
#include "ctc_error.h"
#ifdef CYASSL_SHA512
#include "sha512.h"
#include "ctc_sha512.h"
#endif
#ifdef NO_INLINE
#include "ctc_misc.h"

View File

@ -22,7 +22,7 @@
#ifdef CYASSL_SHA512
#include "sha512.h"
#include "ctc_sha512.h"
#ifdef NO_INLINE
#include "ctc_misc.h"
#else

View File

@ -33,7 +33,7 @@
#ifdef USE_FAST_MATH
#include "tfm.h"
#include "ctc_tfm.h"
#include "asm.c" /* will define asm MACROS or C ones */

View File

@ -9,7 +9,7 @@
#include "ctc_md4.h"
#include "ctc_sha.h"
#include "ctc_sha256.h"
#include "sha512.h"
#include "ctc_sha512.h"
#include "ctc_arc4.h"
#include "ctc_random.h"
#include "ctc_coding.h"