mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
move cyassl headers out of openssl dir
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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
|
||||||
|
@@ -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 \
|
||||||
|
@@ -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
|
@@ -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.
|
||||||
*
|
*
|
||||||
|
@@ -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
|
||||||
|
@@ -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)
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user