mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
rename types.h ctc_types.h
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define CTAO_CRYPT_ARC4_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_ASN_H
|
||||
#define CTAO_CRYPT_ASN_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "ctc_rsa.h"
|
||||
#include "ctc_dh.h"
|
||||
#include "ctc_dsa.h"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_CODING_H
|
||||
#define CTAO_CRYPT_CODING_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#define CTAO_CRYPT_AES_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef CYASSL_AESNI
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#ifndef CTAO_CRYPT_DH_H
|
||||
#define CTAO_CRYPT_DH_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "integer.h"
|
||||
#include "ctc_random.h"
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#ifndef CTAO_CRYPT_DSA_H
|
||||
#define CTAO_CRYPT_DSA_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "integer.h"
|
||||
#include "ctc_random.h"
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#ifndef CTAO_CRYPT_ECC_H
|
||||
#define CTAO_CRYPT_ECC_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "integer.h"
|
||||
#include "ctc_random.h"
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_MD4_H
|
||||
#define CTAO_CRYPT_MD4_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_MD5_H
|
||||
#define CTAO_CRYPT_MD5_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_RIPEMD_H
|
||||
#define CTAO_CRYPT_RIPEME_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_RSA_H
|
||||
#define CTAO_CRYPT_RSA_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "integer.h"
|
||||
#include "ctc_random.h"
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_SHA_H
|
||||
#define CTAO_CRYPT_SHA_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* types.h
|
||||
/* ctc_types.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@@ -25,7 +25,7 @@
|
||||
#define CTAO_CRYPT_DES3_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef CTAO_CRYPT_ERROR_H
|
||||
#define CTAO_CRYPT_ERROR_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_HC128_H
|
||||
#define CTAO_CRYPT_HC128_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -33,7 +33,7 @@
|
||||
/* may optionally use fast math instead, not yet supported on all platforms and
|
||||
may not be faster on all
|
||||
*/
|
||||
#include "types.h" /* will set MP_xxBIT if not default */
|
||||
#include "ctc_types.h" /* will set MP_xxBIT if not default */
|
||||
#ifdef USE_FAST_MATH
|
||||
#include "tfm.h"
|
||||
#else
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#define CTAO_CRYPT_MISC_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/* Place OS specific preprocessor flags, defines, includes here, will be
|
||||
included into every file because types.h includes it */
|
||||
included into every file because ctc_types.h includes it */
|
||||
|
||||
#ifndef CTAO_CRYPT_OS_SETTINGS_H
|
||||
#define CTAO_CRYPT_OS_SETTINGS_H
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_PWDBASED_H
|
||||
#define CTAO_CRYPT_PWDBASED_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "ctc_md5.h" /* for hash type */
|
||||
#include "ctc_sha.h"
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_RABBIT_H
|
||||
#define CTAO_CRYPT_RABBIT_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#ifndef CTAO_CRYPT_SHA256_H
|
||||
#define CTAO_CRYPT_SHA256_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef CTAO_CRYPT_SHA512_H
|
||||
#define CTAO_CRYPT_SHA512_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -36,7 +36,7 @@
|
||||
#ifndef CTAO_CRYPT_TFM_H
|
||||
#define CTAO_CRYPT_TFM_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#ifndef CHAR_BIT
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#define CYASSL_INT_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
#include "ctc_random.h"
|
||||
#include "des3.h"
|
||||
#include "hc128.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include "types.h"
|
||||
#include "ctc_types.h"
|
||||
|
||||
#ifdef USE_WINDOWS_API
|
||||
#include <winsock2.h>
|
||||
|
Reference in New Issue
Block a user