forked from wolfSSL/wolfssl
reduce footprint size removing compatibility layer where no longer needed
This commit is contained in:
@ -19,8 +19,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer no longer needs included here */
|
||||||
#include <cyassl/ssl.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer no longer needs to be included here */
|
||||||
#include <cyassl/ssl.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer no longer needs to be included here */
|
||||||
#include <cyassl/ssl.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/* unit.c unit tests driver */
|
/* unit.c unit tests driver */
|
||||||
|
|
||||||
/* Name change compatibility layer */
|
/* Name change compatibility layer no longer need to be included here */
|
||||||
#include <cyassl/ssl.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
Reference in New Issue
Block a user