From ab91b4d469d591489a21cfe07a4bee0636988652 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Thu, 2 Jun 2011 11:06:25 -0700 Subject: [PATCH] rename error.h ctc_error.h --- ctaocrypt/include/{error.h => ctc_error.h} | 2 +- ctaocrypt/src/aes.c | 2 +- ctaocrypt/src/asn.c | 2 +- ctaocrypt/src/coding.c | 2 +- ctaocrypt/src/cyassl_memory.c | 2 +- ctaocrypt/src/dh.c | 2 +- ctaocrypt/src/dsa.c | 2 +- ctaocrypt/src/hmac.c | 2 +- ctaocrypt/src/logging.c | 2 +- ctaocrypt/src/pwdbased.c | 2 +- ctaocrypt/src/random.c | 2 +- ctaocrypt/src/rsa.c | 2 +- include/cyassl_error.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) rename ctaocrypt/include/{error.h => ctc_error.h} (99%) diff --git a/ctaocrypt/include/error.h b/ctaocrypt/include/ctc_error.h similarity index 99% rename from ctaocrypt/include/error.h rename to ctaocrypt/include/ctc_error.h index 6c27cb88f..177adde8d 100644 --- a/ctaocrypt/include/error.h +++ b/ctaocrypt/include/ctc_error.h @@ -1,4 +1,4 @@ -/* error.h +/* ctc_error.h * * Copyright (C) 2006-2011 Sawtooth Consulting Ltd. * diff --git a/ctaocrypt/src/aes.c b/ctaocrypt/src/aes.c index 0003b1304..e836828b8 100644 --- a/ctaocrypt/src/aes.c +++ b/ctaocrypt/src/aes.c @@ -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" diff --git a/ctaocrypt/src/asn.c b/ctaocrypt/src/asn.c index daaa088b5..047ffc0b3 100644 --- a/ctaocrypt/src/asn.c +++ b/ctaocrypt/src/asn.c @@ -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" diff --git a/ctaocrypt/src/coding.c b/ctaocrypt/src/coding.c index c39b9c68f..bff5c2e85 100644 --- a/ctaocrypt/src/coding.c +++ b/ctaocrypt/src/coding.c @@ -21,7 +21,7 @@ #include "coding.h" -#include "error.h" +#include "ctc_error.h" #include "logging.h" diff --git a/ctaocrypt/src/cyassl_memory.c b/ctaocrypt/src/cyassl_memory.c index 45b66a723..fa549c946 100644 --- a/ctaocrypt/src/cyassl_memory.c +++ b/ctaocrypt/src/cyassl_memory.c @@ -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. */ diff --git a/ctaocrypt/src/dh.c b/ctaocrypt/src/dh.c index db0910e32..9df3f0c9e 100644 --- a/ctaocrypt/src/dh.c +++ b/ctaocrypt/src/dh.c @@ -22,7 +22,7 @@ #ifndef NO_DH #include "ctc_dh.h" -#include "error.h" +#include "ctc_error.h" #ifndef USER_MATH_LIB #include diff --git a/ctaocrypt/src/dsa.c b/ctaocrypt/src/dsa.c index df9fd3078..083479260 100644 --- a/ctaocrypt/src/dsa.c +++ b/ctaocrypt/src/dsa.c @@ -24,7 +24,7 @@ #include "ctc_dsa.h" #include "ctc_sha.h" #include "ctc_random.h" -#include "error.h" +#include "ctc_error.h" enum { diff --git a/ctaocrypt/src/hmac.c b/ctaocrypt/src/hmac.c index 5595f6d5a..80867eb65 100644 --- a/ctaocrypt/src/hmac.c +++ b/ctaocrypt/src/hmac.c @@ -23,7 +23,7 @@ #ifndef NO_HMAC #include "ctc_hmac.h" -#include "error.h" +#include "ctc_error.h" diff --git a/ctaocrypt/src/logging.c b/ctaocrypt/src/logging.c index 0d8cb7be4..ffccb6dbe 100644 --- a/ctaocrypt/src/logging.c +++ b/ctaocrypt/src/logging.c @@ -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); diff --git a/ctaocrypt/src/pwdbased.c b/ctaocrypt/src/pwdbased.c index ecbff464d..579c5a4a2 100644 --- a/ctaocrypt/src/pwdbased.c +++ b/ctaocrypt/src/pwdbased.c @@ -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 diff --git a/ctaocrypt/src/random.c b/ctaocrypt/src/random.c index 6a3486ae3..a76333eef 100644 --- a/ctaocrypt/src/random.c +++ b/ctaocrypt/src/random.c @@ -26,7 +26,7 @@ */ #include "ctc_random.h" -#include "error.h" +#include "ctc_error.h" #if defined(USE_WINDOWS_API) diff --git a/ctaocrypt/src/rsa.c b/ctaocrypt/src/rsa.c index 3023ecc70..5c0b0beb5 100644 --- a/ctaocrypt/src/rsa.c +++ b/ctaocrypt/src/rsa.c @@ -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 diff --git a/include/cyassl_error.h b/include/cyassl_error.h index 6ef5e11a8..96ac9c878 100644 --- a/include/cyassl_error.h +++ b/include/cyassl_error.h @@ -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" {