rename sha256.h ctc_sha256.h
This commit is contained in:
parent
fd559c6f44
commit
9d53c649ca
@ -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"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "ctc_sha.h"
|
||||
|
||||
#ifndef NO_SHA256
|
||||
#include "sha256.h"
|
||||
#include "ctc_sha256.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* sha256.h
|
||||
/* ctc_sha256.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -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
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#ifndef NO_SHA256
|
||||
|
||||
#include "sha256.h"
|
||||
#include "ctc_sha256.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
|
@ -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"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "ctc_ecc.h"
|
||||
#endif
|
||||
#ifndef NO_SHA256
|
||||
#include "sha256.h"
|
||||
#include "ctc_sha256.h"
|
||||
#endif
|
||||
|
||||
#ifdef CYASSL_CALLBACKS
|
||||
|
Loading…
Reference in New Issue
Block a user