From dbaac4da12aa472f87d227245fe75467a077bd45 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 25 Feb 2015 12:34:54 -0800 Subject: [PATCH] remvoe stale cyassl headers from openssl layer --- wolfssl/openssl/bio.h | 2 +- wolfssl/openssl/rand.h | 2 +- wolfssl/openssl/x509.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wolfssl/openssl/bio.h b/wolfssl/openssl/bio.h index 413569e06..5f1d4211d 100644 --- a/wolfssl/openssl/bio.h +++ b/wolfssl/openssl/bio.h @@ -4,7 +4,7 @@ #ifndef WOLFSSL_BIO_H_ #define WOLFSSL_BIO_H_ -#include +#include #ifdef __cplusplus diff --git a/wolfssl/openssl/rand.h b/wolfssl/openssl/rand.h index a5534e1a0..c1fa62e1c 100644 --- a/wolfssl/openssl/rand.h +++ b/wolfssl/openssl/rand.h @@ -1,4 +1,4 @@ /* rand.h for openSSL */ -#include +#include diff --git a/wolfssl/openssl/x509.h b/wolfssl/openssl/x509.h index 645b3b5fb..9d1300284 100644 --- a/wolfssl/openssl/x509.h +++ b/wolfssl/openssl/x509.h @@ -1,3 +1,3 @@ /* x509.h for openssl */ -#include +#include