forked from wolfSSL/wolfssl
rename asn.h ctc_asn.h
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#include "sha256.h"
|
||||
#include "sha512.h"
|
||||
#include "ctc_rsa.h"
|
||||
#include "asn.h"
|
||||
#include "ctc_asn.h"
|
||||
#include "ctc_ripemd.h"
|
||||
|
||||
#include "ctc_dh.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* asn.h
|
||||
/* ctc_asn.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@ -24,7 +24,7 @@
|
||||
#include "os.h" /* dc_rtc_api needs */
|
||||
#include "dc_rtc_api.h" /* to get current time */
|
||||
#endif
|
||||
#include "asn.h"
|
||||
#include "ctc_asn.h"
|
||||
#include "coding.h"
|
||||
#include "ctc_sha.h"
|
||||
#include "ctc_md5.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "ctc_arc4.h"
|
||||
#include "ctc_random.h"
|
||||
#include "coding.h"
|
||||
#include "asn.h"
|
||||
#include "ctc_asn.h"
|
||||
#include "des3.h"
|
||||
#include "ctc_aes.h"
|
||||
#include "ctc_hmac.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "des3.h"
|
||||
#include "hc128.h"
|
||||
#include "rabbit.h"
|
||||
#include "asn.h"
|
||||
#include "ctc_asn.h"
|
||||
#include "ctc_md5.h"
|
||||
#include "ctc_aes.h"
|
||||
#include "logging.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "cyassl_int.h"
|
||||
#include "cyassl_error.h"
|
||||
#include "asn.h"
|
||||
#include "ctc_asn.h"
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
#include "zlib.h"
|
||||
|
@ -4,8 +4,8 @@
|
||||
#endif
|
||||
|
||||
#include "openssl/ssl.h"
|
||||
#include "rsa.h"
|
||||
#include "asn.h"
|
||||
#include "ctc_rsa.h"
|
||||
#include "ctc_asn.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user