rename random.h ctc_random.h

This commit is contained in:
Todd A Ouska
2011-06-02 10:52:28 -07:00
parent d4b71dd90c
commit 6adc479c3d
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
AC_INIT(cyassl,2.0.0rc1b,http://www.yassl.com) # !!! also change in ssl.h !!!
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
AM_CONFIG_HEADER(ctaocrypt/include/ctc_config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM

View File

@@ -26,7 +26,7 @@
#include "types.h"
#include "integer.h"
#include "random.h"
#include "ctc_random.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -26,7 +26,7 @@
#include "types.h"
#include "integer.h"
#include "random.h"
#include "ctc_random.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -26,7 +26,7 @@
#include "types.h"
#include "integer.h"
#include "random.h"
#include "ctc_random.h"
#ifdef __cplusplus
extern "C" {

View File

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

View File

@@ -25,7 +25,7 @@
#include "types.h"
#include "integer.h"
#include "random.h"
#include "ctc_random.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -48,7 +48,7 @@
/* #define CYASSL_LWIP */
#if defined(USE_CYASSL_CONFIG) || defined(HAVE_CONFIG_H)
#include "config.h" /* may not want global HAVE_CONFIG_H */
#include "ctc_config.h" /* may not want global HAVE_CONFIG_H */
#endif
#include "visibility.h"

View File

@@ -26,7 +26,7 @@
#include "os_settings.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "ctc_config.h"
#endif
#ifdef __cplusplus

View File

@@ -23,7 +23,7 @@
#include "ctc_dsa.h"
#include "ctc_sha.h"
#include "random.h"
#include "ctc_random.h"
#include "error.h"

View File

@@ -25,7 +25,7 @@
*/
#include "random.h"
#include "ctc_random.h"
#include "error.h"

View File

@@ -22,7 +22,7 @@
#include "ctc_rsa.h"
#include "random.h"
#include "ctc_random.h"
#include "error.h"
#include "logging.h"

View File

@@ -11,7 +11,7 @@
#include "sha256.h"
#include "sha512.h"
#include "arc4.h"
#include "random.h"
#include "ctc_random.h"
#include "coding.h"
#include "asn.h"
#include "des3.h"

View File

@@ -26,7 +26,7 @@
#include "types.h"
#include "random.h"
#include "ctc_random.h"
#include "des3.h"
#include "hc128.h"
#include "rabbit.h"

View File

@@ -36,7 +36,7 @@
#include "des.h"
/* openssl headers end, cyassl internal headers next */
#include "ctc_hmac.h"
#include "random.h"
#include "ctc_random.h"
#include "des3.h"
#include "ctc_md4.h"
#include "coding.h"