rename types.h ctc_types.h

This commit is contained in:
Todd A Ouska
2011-06-02 10:59:24 -07:00
parent 6adc479c3d
commit 9d2dd9c02c
26 changed files with 26 additions and 26 deletions

View File

@@ -24,7 +24,7 @@
#define CTAO_CRYPT_ARC4_H
#include "types.h"
#include "ctc_types.h"
#ifdef __cplusplus

View File

@@ -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"

View File

@@ -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" {

View File

@@ -25,7 +25,7 @@
#define CTAO_CRYPT_AES_H
#include "types.h"
#include "ctc_types.h"
#ifdef CYASSL_AESNI

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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" {

View File

@@ -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" {

View File

@@ -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" {

View File

@@ -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"

View File

@@ -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" {

View File

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

View File

@@ -25,7 +25,7 @@
#define CTAO_CRYPT_DES3_H
#include "types.h"
#include "ctc_types.h"
#ifdef __cplusplus

View File

@@ -23,7 +23,7 @@
#ifndef CTAO_CRYPT_ERROR_H
#define CTAO_CRYPT_ERROR_H
#include "types.h"
#include "ctc_types.h"
#ifdef __cplusplus

View File

@@ -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" {

View File

@@ -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

View File

@@ -24,7 +24,7 @@
#define CTAO_CRYPT_MISC_H
#include "types.h"
#include "ctc_types.h"

View File

@@ -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

View File

@@ -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"

View File

@@ -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" {

View File

@@ -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" {

View File

@@ -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" {

View File

@@ -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

View File

@@ -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"

View File

@@ -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>