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

@@ -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 */