rename coding.h ctc_coding.h

This commit is contained in:
Todd A Ouska 2011-06-02 11:17:27 -07:00
parent c87e05fc87
commit 5fc7dcadc0
5 changed files with 5 additions and 6 deletions

View File

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

View File

@ -25,7 +25,7 @@
#include "dc_rtc_api.h" /* to get current time */
#endif
#include "ctc_asn.h"
#include "coding.h"
#include "ctc_coding.h"
#include "ctc_sha.h"
#include "ctc_md5.h"
#include "ctc_error.h"

View File

@ -20,7 +20,7 @@
*/
#include "coding.h"
#include "ctc_coding.h"
#include "ctc_error.h"
#include "logging.h"

View File

@ -12,7 +12,7 @@
#include "sha512.h"
#include "ctc_arc4.h"
#include "ctc_random.h"
#include "coding.h"
#include "ctc_coding.h"
#include "ctc_asn.h"
#include "des3.h"
#include "ctc_aes.h"

View File

@ -23,7 +23,7 @@
#include "ssl.h"
#include "cyassl_int.h"
#include "cyassl_error.h"
#include "coding.h"
#include "ctc_coding.h"
#if defined(OPENSSL_EXTRA) || defined(HAVE_WEBSERVER)
#include "evp.h"
@ -39,7 +39,6 @@
#include "ctc_random.h"
#include "des3.h"
#include "ctc_md4.h"
#include "coding.h"
#endif
#ifdef HAVE_ERRNO_H