rename logging.h cyassl_logging.h

This commit is contained in:
Todd A Ouska
2011-06-02 14:34:05 -07:00
parent 8e1b4e6a5d
commit ee3f29f359
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -23,7 +23,7 @@
#include "ctc_aes.h" #include "ctc_aes.h"
#include "ctc_error.h" #include "ctc_error.h"
#include "logging.h" #include "cyassl_logging.h"
#ifdef NO_INLINE #ifdef NO_INLINE
#include "ctc_misc.h" #include "ctc_misc.h"
#else #else

View File

@ -32,7 +32,7 @@
#include "ctc_pwdbased.h" #include "ctc_pwdbased.h"
#include "ctc_des3.h" #include "ctc_des3.h"
#include "ctc_sha256.h" #include "ctc_sha256.h"
#include "logging.h" #include "cyassl_logging.h"
#ifdef HAVE_NTRU #ifdef HAVE_NTRU
#include "crypto_ntru.h" #include "crypto_ntru.h"

View File

@ -22,7 +22,7 @@
#include "ctc_coding.h" #include "ctc_coding.h"
#include "ctc_error.h" #include "ctc_error.h"
#include "logging.h" #include "cyassl_logging.h"
enum { enum {

View File

@ -22,7 +22,7 @@
/* submitted by eof */ /* submitted by eof */
#include "ctc_settings.h" #include "ctc_settings.h"
#include "logging.h" #include "cyassl_logging.h"
#include "ctc_error.h" #include "ctc_error.h"

View File

@ -24,7 +24,7 @@
#include "ctc_rsa.h" #include "ctc_rsa.h"
#include "ctc_random.h" #include "ctc_random.h"
#include "ctc_error.h" #include "ctc_error.h"
#include "logging.h" #include "cyassl_logging.h"
#ifdef SHOW_GEN #ifdef SHOW_GEN
#include <stdio.h> #include <stdio.h>

View File

@ -33,7 +33,7 @@
#include "ctc_asn.h" #include "ctc_asn.h"
#include "ctc_md5.h" #include "ctc_md5.h"
#include "ctc_aes.h" #include "ctc_aes.h"
#include "logging.h" #include "cyassl_logging.h"
#ifdef HAVE_ECC #ifdef HAVE_ECC
#include "ctc_ecc.h" #include "ctc_ecc.h"
#endif #endif