rename os_settings.h ctc_settings.h

This commit is contained in:
Todd A Ouska 2011-06-02 11:29:34 -07:00
parent 74924209e1
commit 62bdc628c8
8 changed files with 8 additions and 8 deletions

View File

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

View File

@ -23,7 +23,7 @@
#ifndef CTAO_CRYPT_TYPES_H
#define CTAO_CRYPT_TYPES_H
#include "os_settings.h"
#include "ctc_settings.h"
#ifdef HAVE_CONFIG_H
#include "ctc_config.h"

View File

@ -22,7 +22,7 @@
/* submitted by eof */
#include "os_settings.h"
#include "ctc_settings.h"
#ifdef USE_CYASSL_MEMORY

View File

@ -25,7 +25,7 @@
*/
#include "os_settings.h" /* in case user set USE_FAST_MATH there */
#include "ctc_settings.h" /* in case user set USE_FAST_MATH there */
#ifndef USE_FAST_MATH

View File

@ -21,7 +21,7 @@
/* submitted by eof */
#include "os_settings.h"
#include "ctc_settings.h"
#include "logging.h"
#include "ctc_error.h"

View File

@ -29,7 +29,7 @@
* to fit CyaSSL's needs.
*/
#include "os_settings.h" /* in case user set USE_FAST_MATH there */
#include "ctc_settings.h" /* in case user set USE_FAST_MATH there */
#ifdef USE_FAST_MATH

View File

@ -29,7 +29,7 @@
#ifndef CYASSL_OPENSSL_H_
#define CYASSL_OPENSSL_H_
#include "os_settings.h" /* for users not using preprocessor flags */
#include "ctc_settings.h" /* for users not using preprocessor flags */
#ifndef NO_FILESYSTEM
#include <stdio.h> /* ERR_print fp */

View File

@ -24,7 +24,7 @@
#ifndef CYASSL_SNIFFER_H
#define CYASSL_SNIFFER_H
#include "os_settings.h"
#include "ctc_settings.h"
#ifdef _WIN32
#ifdef SSL_SNIFFER_EXPORTS