forked from wolfSSL/wolfssl
rename sha512.h and tfm.h ctc_*
This commit is contained in:
@ -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"
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* sha512.h
|
||||
/* ctc_sha512.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
/* tfm.h
|
||||
/* ctc_tfm.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -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"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#ifdef CYASSL_SHA512
|
||||
|
||||
#include "sha512.h"
|
||||
#include "ctc_sha512.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
|
@ -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 */
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user