rename integer.h ctc_integer.h

This commit is contained in:
Todd A Ouska 2011-06-02 11:26:21 -07:00
parent 52403f4937
commit 74924209e1
7 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@
#define CTAO_CRYPT_DH_H
#include "ctc_types.h"
#include "integer.h"
#include "ctc_integer.h"
#include "ctc_random.h"
#ifdef __cplusplus

View File

@ -25,7 +25,7 @@
#define CTAO_CRYPT_DSA_H
#include "ctc_types.h"
#include "integer.h"
#include "ctc_integer.h"
#include "ctc_random.h"
#ifdef __cplusplus

View File

@ -25,7 +25,7 @@
#define CTAO_CRYPT_ECC_H
#include "ctc_types.h"
#include "integer.h"
#include "ctc_integer.h"
#include "ctc_random.h"
#ifdef __cplusplus

View File

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

View File

@ -24,7 +24,7 @@
#define CTAO_CRYPT_RSA_H
#include "ctc_types.h"
#include "integer.h"
#include "ctc_integer.h"
#include "ctc_random.h"
#ifdef __cplusplus

View File

@ -29,7 +29,7 @@
#ifndef USE_FAST_MATH
#include "integer.h"
#include "ctc_integer.h"
/* handle up to 6 inits */

View File

@ -24,7 +24,7 @@
#include "pwdbased.h"
#include "ctc_hmac.h"
#include "integer.h"
#include "ctc_integer.h"
#include "ctc_error.h"
#ifdef CYASSL_SHA512
#include "sha512.h"