From 8212f5df4680adfd47eb01fda9f99a2b5f5ce5f2 Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Fri, 19 Dec 2014 12:50:30 -0700 Subject: [PATCH] src and compatability layer updates --- cyassl/ssl.h | 6 +++--- src/crl.c | 2 +- src/internal.c | 2 +- src/io.c | 2 +- src/keys.c | 2 +- src/ocsp.c | 2 +- src/sniffer.c | 2 +- src/ssl.c | 2 +- src/tls.c | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cyassl/ssl.h b/cyassl/ssl.h index 92b5401cb..9b36a4e9c 100644 --- a/cyassl/ssl.h +++ b/cyassl/ssl.h @@ -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 diff --git a/src/crl.c b/src/crl.c index 8e17ec08c..58ec2ccc0 100644 --- a/src/crl.c +++ b/src/crl.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/internal.c b/src/internal.c index 0532b7cd9..7b84f5c2a 100644 --- a/src/internal.c +++ b/src/internal.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H diff --git a/src/io.c b/src/io.c index e8fdfe1d8..f8a5e1a11 100644 --- a/src/io.c +++ b/src/io.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/keys.c b/src/keys.c index 5069dfba3..f62ac1de3 100644 --- a/src/keys.c +++ b/src/keys.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/ocsp.c b/src/ocsp.c index d656e4d66..c1b7d1757 100644 --- a/src/ocsp.c +++ b/src/ocsp.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/sniffer.c b/src/sniffer.c index a34b54de7..eb4650fdf 100644 --- a/src/sniffer.c +++ b/src/sniffer.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/ssl.c b/src/ssl.c index b37e922bb..e242612c3 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include diff --git a/src/tls.c b/src/tls.c index 89da2d22b..e49a94386 100644 --- a/src/tls.c +++ b/src/tls.c @@ -20,7 +20,7 @@ */ /* Name change compatibility layer */ -#include +#include #ifdef HAVE_CONFIG_H #include