mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
rename os_settings.h ctc_settings.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* os_settings.h
|
||||
/* ctc_settings.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
@@ -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"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
/* submitted by eof */
|
||||
|
||||
|
||||
#include "os_settings.h"
|
||||
#include "ctc_settings.h"
|
||||
|
||||
#ifdef USE_CYASSL_MEMORY
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
/* submitted by eof */
|
||||
|
||||
#include "os_settings.h"
|
||||
#include "ctc_settings.h"
|
||||
#include "logging.h"
|
||||
#include "ctc_error.h"
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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 */
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user