remove automatic version generated file use since embedded, windows, and project builds won't have available, can turn on in settings

pull/1/head
Todd A Ouska 2011-08-24 16:23:27 -07:00
parent 5d49bf7cb0
commit 9d34e45b71
3 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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 */

View File

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