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