rename error.h ctc_error.h

This commit is contained in:
Todd A Ouska
2011-06-02 11:06:25 -07:00
parent 668e66964b
commit ab91b4d469
13 changed files with 13 additions and 13 deletions

View File

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

View File

@ -22,7 +22,7 @@
#ifndef NO_AES
#include "ctc_aes.h"
#include "error.h"
#include "ctc_error.h"
#include "logging.h"
#ifdef NO_INLINE
#include "ctc_misc.h"

View File

@ -28,7 +28,7 @@
#include "coding.h"
#include "ctc_sha.h"
#include "ctc_md5.h"
#include "error.h"
#include "ctc_error.h"
#include "pwdbased.h"
#include "des3.h"
#include "sha256.h"

View File

@ -21,7 +21,7 @@
#include "coding.h"
#include "error.h"
#include "ctc_error.h"
#include "logging.h"

View File

@ -27,7 +27,7 @@
#ifdef USE_CYASSL_MEMORY
#include "cyassl_memory.h"
#include "error.h"
#include "ctc_error.h"
/* Set these to default values initially. */

View File

@ -22,7 +22,7 @@
#ifndef NO_DH
#include "ctc_dh.h"
#include "error.h"
#include "ctc_error.h"
#ifndef USER_MATH_LIB
#include <math.h>

View File

@ -24,7 +24,7 @@
#include "ctc_dsa.h"
#include "ctc_sha.h"
#include "ctc_random.h"
#include "error.h"
#include "ctc_error.h"
enum {

View File

@ -23,7 +23,7 @@
#ifndef NO_HMAC
#include "ctc_hmac.h"
#include "error.h"
#include "ctc_error.h"

View File

@ -23,7 +23,7 @@
#include "os_settings.h"
#include "logging.h"
#include "error.h"
#include "ctc_error.h"
CYASSL_API int CyaSSL_Debugging_ON(void);

View File

@ -25,7 +25,7 @@
#include "pwdbased.h"
#include "ctc_hmac.h"
#include "integer.h"
#include "error.h"
#include "ctc_error.h"
#ifdef CYASSL_SHA512
#include "sha512.h"
#endif

View File

@ -26,7 +26,7 @@
*/
#include "ctc_random.h"
#include "error.h"
#include "ctc_error.h"
#if defined(USE_WINDOWS_API)

View File

@ -23,7 +23,7 @@
#include "ctc_rsa.h"
#include "ctc_random.h"
#include "error.h"
#include "ctc_error.h"
#include "logging.h"
#ifdef SHOW_GEN

View File

@ -24,7 +24,7 @@
#ifndef CYASSL_ERROR_H
#define CYASSL_ERROR_H
#include "error.h" /* CTaoCrypt errors */
#include "ctc_error.h" /* CTaoCrypt errors */
#ifdef __cplusplus
extern "C" {