Change buffer sizes to support GR-PEACH
Dependents: GR-PEACH_Azure_Speech
Fork of HTTPClient-SSL by
Revision 41:236fa1143e5a, committed 2015-01-23
- Comitter:
- mfiore
- Date:
- Fri Jan 23 20:42:31 2015 +0000
- Parent:
- 40:6d9725c3eb6f
- Child:
- 42:2f464f96c204
- Commit message:
- remove static paths to headers in HTTPClient.cpp
Changed in this revision
HTTPClient.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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"