mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
rename coding.h ctc_coding.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* coding.h
|
/* ctc_coding.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||||
*
|
*
|
@@ -25,7 +25,7 @@
|
|||||||
#include "dc_rtc_api.h" /* to get current time */
|
#include "dc_rtc_api.h" /* to get current time */
|
||||||
#endif
|
#endif
|
||||||
#include "ctc_asn.h"
|
#include "ctc_asn.h"
|
||||||
#include "coding.h"
|
#include "ctc_coding.h"
|
||||||
#include "ctc_sha.h"
|
#include "ctc_sha.h"
|
||||||
#include "ctc_md5.h"
|
#include "ctc_md5.h"
|
||||||
#include "ctc_error.h"
|
#include "ctc_error.h"
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "coding.h"
|
#include "ctc_coding.h"
|
||||||
#include "ctc_error.h"
|
#include "ctc_error.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
#include "sha512.h"
|
#include "sha512.h"
|
||||||
#include "ctc_arc4.h"
|
#include "ctc_arc4.h"
|
||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
#include "coding.h"
|
#include "ctc_coding.h"
|
||||||
#include "ctc_asn.h"
|
#include "ctc_asn.h"
|
||||||
#include "des3.h"
|
#include "des3.h"
|
||||||
#include "ctc_aes.h"
|
#include "ctc_aes.h"
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include "ssl.h"
|
#include "ssl.h"
|
||||||
#include "cyassl_int.h"
|
#include "cyassl_int.h"
|
||||||
#include "cyassl_error.h"
|
#include "cyassl_error.h"
|
||||||
#include "coding.h"
|
#include "ctc_coding.h"
|
||||||
|
|
||||||
#if defined(OPENSSL_EXTRA) || defined(HAVE_WEBSERVER)
|
#if defined(OPENSSL_EXTRA) || defined(HAVE_WEBSERVER)
|
||||||
#include "evp.h"
|
#include "evp.h"
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
#include "des3.h"
|
#include "des3.h"
|
||||||
#include "ctc_md4.h"
|
#include "ctc_md4.h"
|
||||||
#include "coding.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_ERRNO_H
|
#ifdef HAVE_ERRNO_H
|
||||||
|
Reference in New Issue
Block a user