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. * Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
* *

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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