Change buffer sizes to support GR-PEACH

Dependencies:   CyaSSL

Dependents:   GR-PEACH_Azure_Speech

Fork of HTTPClient-SSL by MultiTech

Revision:
41:236fa1143e5a
Parent:
40:6d9725c3eb6f
Child:
42:2f464f96c204
--- a/HTTPClient.cpp	Mon Jan 19 22:40:21 2015 +0000
+++ b/HTTPClient.cpp	Fri Jan 23 20:42:31 2015 +0000
@@ -47,10 +47,10 @@
 
 #include <cstring>
 
-#include  <../CyaSSL/cyassl/ctaocrypt/settings.h>
-#include <../CyaSSL/cyassl/ctaocrypt/types.h>
-#include <../CyaSSL/cyassl/internal.h>
-#include <../CyaSSL/cyassl/ssl.h>
+#include <settings.h>
+#include <types.h>
+#include <internal.h>
+#include <ssl.h>
 
 #include "HTTPClient.h"