forked from wolfSSL/wolfssl
remove automatic version generated file use since embedded, windows, and project builds won't have available, can turn on in settings
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
/* Uncomment next line if building CyaSSL for a game console */
|
||||
/* #define CYASSL_GAME_BUILD */
|
||||
|
||||
/* Uncomment next line if builing yaSSL with autoconf and want version string */
|
||||
/* #define USE_CYASSL_VERSION */
|
||||
|
||||
#include <cyassl/ctaocrypt/ctc_visibility.h>
|
||||
|
||||
#ifdef IPHONE
|
||||
|
@@ -28,8 +28,12 @@
|
||||
#ifndef CYASSL_OPENSSL_H_
|
||||
#define CYASSL_OPENSSL_H_
|
||||
|
||||
#include <cyassl/ctaocrypt/ctc_settings.h> /* for users not using preprocessor flags */
|
||||
#include <cyassl/version.h>
|
||||
/* for users not using preprocessor flags */
|
||||
#include <cyassl/ctaocrypt/ctc_settings.h>
|
||||
|
||||
#ifdef USE_CYASSL_VERSION
|
||||
#include <cyassl/version.h>
|
||||
#endif
|
||||
|
||||
#ifndef NO_FILESYSTEM
|
||||
#include <stdio.h> /* ERR_print fp */
|
||||
@@ -39,7 +43,9 @@
|
||||
#include "prefix_ssl.h"
|
||||
#endif
|
||||
|
||||
#define CYASSL_VERSION LIBCYASSL_VERSION_STRING
|
||||
#ifdef LIBCYASSL_VERSION_STRING
|
||||
#define CYASSL_VERSION LIBCYASSL_VERSION_STRING
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
/* wincrypt.h clashes */
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* cyassl_error.h
|
||||
/* cyassl_version.h
|
||||
*
|
||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||
*
|
||||
|
Reference in New Issue
Block a user