move cyassl headers out of openssl dir

This commit is contained in:
Todd A Ouska
2011-08-25 14:28:57 -07:00
parent 5619fa81fa
commit 9d7c016cdb
11 changed files with 10 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ void err_sys(const char* msg, int es)
#endif #endif
} }
/* func_args from cyassl_test.h, so don't have to pull in other junk */ /* func_args from test.h, so don't have to pull in other junk */
typedef struct func_args { typedef struct func_args {
int argc; int argc;
char** argv; char** argv;

View File

@@ -12,4 +12,6 @@ nobase_include_HEADERS+= \
cyassl/internal.h \ cyassl/internal.h \
cyassl/sniffer_error.h \ cyassl/sniffer_error.h \
cyassl/sniffer.h \ cyassl/sniffer.h \
cyassl/callbacks.h \
cyassl/test.h \
cyassl/version.h cyassl/version.h

View File

@@ -7,8 +7,6 @@ nobase_include_HEADERS+= \
cyassl/openssl/bn.h \ cyassl/openssl/bn.h \
cyassl/openssl/conf.h \ cyassl/openssl/conf.h \
cyassl/openssl/crypto.h \ cyassl/openssl/crypto.h \
cyassl/openssl/cyassl_callbacks.h \
cyassl/openssl/cyassl_test.h \
cyassl/openssl/des.h \ cyassl/openssl/des.h \
cyassl/openssl/dh.h \ cyassl/openssl/dh.h \
cyassl/openssl/dsa.h \ cyassl/openssl/dsa.h \

View File

@@ -1,4 +1,4 @@
/* cyassl_test.h */ /* test.h */
#ifndef CyaSSL_TEST_H #ifndef CyaSSL_TEST_H
#define CyaSSL_TEST_H #define CyaSSL_TEST_H

View File

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

View File

@@ -24,7 +24,7 @@
#endif #endif
#include <cyassl/openssl/ssl.h> #include <cyassl/openssl/ssl.h>
#include <cyassl/openssl/cyassl_test.h> #include <cyassl/test.h>
/* /*
#define TEST_RESUME #define TEST_RESUME

View File

@@ -24,7 +24,7 @@
#endif #endif
#include <cyassl/openssl/ssl.h> #include <cyassl/openssl/ssl.h>
#include <cyassl/openssl/cyassl_test.h> #include <cyassl/test.h>
void echoclient_test(void* args) void echoclient_test(void* args)

View File

@@ -24,7 +24,7 @@
#endif #endif
#include <cyassl/openssl/ssl.h> #include <cyassl/openssl/ssl.h>
#include <cyassl/openssl/cyassl_test.h> #include <cyassl/test.h>
#ifndef NO_MAIN_DRIVER #ifndef NO_MAIN_DRIVER
#define ECHO_OUT #define ECHO_OUT

View File

@@ -24,7 +24,7 @@
#endif #endif
#include <cyassl/openssl/ssl.h> #include <cyassl/openssl/ssl.h>
#include <cyassl/openssl/cyassl_test.h> #include <cyassl/test.h>
#ifdef CYASSL_CALLBACKS #ifdef CYASSL_CALLBACKS

View File

@@ -24,7 +24,7 @@
#endif #endif
#include <cyassl/openssl/ssl.h> #include <cyassl/openssl/ssl.h>
#include <cyassl/openssl/cyassl_test.h> #include <cyassl/test.h>
#include <cyassl/ctaocrypt/md5.h> #include <cyassl/ctaocrypt/md5.h>
#ifdef SINGLE_THREADED #ifdef SINGLE_THREADED