src and compatability layer updates

This commit is contained in:
Kaleb Himes 2014-12-19 12:50:30 -07:00
parent c97db6ba6e
commit 8212f5df46
9 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>

View File

@ -20,7 +20,7 @@
*/
/* Name change compatibility layer */
#include <wolfssl/ssl.h>
#include <cyassl/ssl.h>
#ifdef HAVE_CONFIG_H
#include <config.h>