rename logging.h cyassl_logging.h
This commit is contained in:
parent
8e1b4e6a5d
commit
ee3f29f359
@ -1,4 +1,4 @@
|
||||
/* logging.h
|
||||
/* cyassl_logging.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "ctc_aes.h"
|
||||
#include "ctc_error.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
#ifdef NO_INLINE
|
||||
#include "ctc_misc.h"
|
||||
#else
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "ctc_pwdbased.h"
|
||||
#include "ctc_des3.h"
|
||||
#include "ctc_sha256.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
|
||||
#ifdef HAVE_NTRU
|
||||
#include "crypto_ntru.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "ctc_coding.h"
|
||||
#include "ctc_error.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
|
||||
|
||||
enum {
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* submitted by eof */
|
||||
|
||||
#include "ctc_settings.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
#include "ctc_error.h"
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "ctc_rsa.h"
|
||||
#include "ctc_random.h"
|
||||
#include "ctc_error.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
|
||||
#ifdef SHOW_GEN
|
||||
#include <stdio.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "ctc_asn.h"
|
||||
#include "ctc_md5.h"
|
||||
#include "ctc_aes.h"
|
||||
#include "logging.h"
|
||||
#include "cyassl_logging.h"
|
||||
#ifdef HAVE_ECC
|
||||
#include "ctc_ecc.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user