forked from wolfSSL/wolfssl
move to always using version.h
This commit is contained in:
@@ -28,17 +28,12 @@
|
|||||||
|
|
||||||
/* for users not using preprocessor flags*/
|
/* for users not using preprocessor flags*/
|
||||||
#include <cyassl/ctaocrypt/settings.h>
|
#include <cyassl/ctaocrypt/settings.h>
|
||||||
|
#include <cyassl/version.h>
|
||||||
|
|
||||||
#ifndef NO_FILESYSTEM
|
#ifndef NO_FILESYSTEM
|
||||||
#include <stdio.h> /* ERR_printf */
|
#include <stdio.h> /* ERR_printf */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_CYASSL_VERSION
|
|
||||||
#include <cyassl/version.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef YASSL_PREFIX
|
#ifdef YASSL_PREFIX
|
||||||
#include "prefix_ssl.h"
|
#include "prefix_ssl.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user