Update wolfssl-examples to properly include options.h

pull/69/head
kaleb-himes 2017-08-07 14:37:39 -06:00
parent a16f3b1066
commit d794acde6d
11 changed files with 11 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -35,8 +35,8 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/ssl.h>
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
/* check for writedup */
#ifndef HAVE_WRITE_DUP

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -32,6 +32,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -32,6 +32,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
/* threads */

View File

@ -31,6 +31,7 @@
#include <unistd.h>
/* wolfSSL */
#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
#define DEFAULT_PORT 11111