src and compatability layer updates
This commit is contained in:
parent
c97db6ba6e
commit
8212f5df46
@ -27,7 +27,6 @@
|
|||||||
|
|
||||||
#ifndef WOLFSSL_CYASSL_H_
|
#ifndef WOLFSSL_CYASSL_H_
|
||||||
#define WOLFSSL_CYASSL_H_
|
#define WOLFSSL_CYASSL_H_
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name change
|
* Name change
|
||||||
* include the new ssl.h
|
* include the new ssl.h
|
||||||
@ -84,6 +83,9 @@
|
|||||||
/* cyassl/test.h */
|
/* cyassl/test.h */
|
||||||
#define CYASSL_THREAD WOLFSSL_THREAD
|
#define CYASSL_THREAD WOLFSSL_THREAD
|
||||||
|
|
||||||
|
/* wolfcrypt/src/error.c */
|
||||||
|
#define WOLFSSL_MAX_ERROR_SZ CYASSL_MAX_ERROR_SZ
|
||||||
|
|
||||||
/* src/ssl.c */
|
/* src/ssl.c */
|
||||||
#define CYASSL_CLIENT_END WOLFSSL_CLIENT_END
|
#define CYASSL_CLIENT_END WOLFSSL_CLIENT_END
|
||||||
#define CYASSL_CERT_MANAGER WOLFSSL_CERT_MANAGER
|
#define CYASSL_CERT_MANAGER WOLFSSL_CERT_MANAGER
|
||||||
@ -151,8 +153,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Initialization and Shutdown */
|
/* Initialization and Shutdown */
|
||||||
#define CyaSSL_Init wolfSSL_Init
|
#define CyaSSL_Init wolfSSL_Init
|
||||||
#define CyaSSL_library_init wolfSSL_library_init
|
#define CyaSSL_library_init wolfSSL_library_init
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
2
src/io.c
2
src/io.c
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer */
|
||||||
#include <wolfssl/ssl.h>
|
#include <cyassl/ssl.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user