rename sha256.h ctc_sha256.h

This commit is contained in:
Todd A Ouska 2011-06-02 14:12:54 -07:00
parent fd559c6f44
commit 9d53c649ca
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
#include "ctc_aes.h"
#include "ctc_md5.h"
#include "ctc_sha.h"
#include "sha256.h"
#include "ctc_sha256.h"
#include "sha512.h"
#include "ctc_rsa.h"
#include "ctc_asn.h"

View File

@ -28,7 +28,7 @@
#include "ctc_sha.h"
#ifndef NO_SHA256
#include "sha256.h"
#include "ctc_sha256.h"
#endif
#ifdef __cplusplus

View File

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

View File

@ -31,7 +31,7 @@
#include "ctc_error.h"
#include "ctc_pwdbased.h"
#include "ctc_des3.h"
#include "sha256.h"
#include "ctc_sha256.h"
#include "logging.h"
#ifdef HAVE_NTRU

View File

@ -25,7 +25,7 @@
#ifndef NO_SHA256
#include "sha256.h"
#include "ctc_sha256.h"
#ifdef NO_INLINE
#include "ctc_misc.h"
#else

View File

@ -8,7 +8,7 @@
#include "ctc_md5.h"
#include "ctc_md4.h"
#include "ctc_sha.h"
#include "sha256.h"
#include "ctc_sha256.h"
#include "sha512.h"
#include "ctc_arc4.h"
#include "ctc_random.h"

View File

@ -38,7 +38,7 @@
#include "ctc_ecc.h"
#endif
#ifndef NO_SHA256
#include "sha256.h"
#include "ctc_sha256.h"
#endif
#ifdef CYASSL_CALLBACKS