httpc: remove enabling of the test suite (fixes #2105)

This commit is contained in:
Adam Sutton 2014-05-16 21:23:59 +01:00
parent 3d5666787c
commit c4e6a4be61

View file

@ -34,10 +34,6 @@
#define SSL_OP_NO_COMPRESSION 0
#endif
#if ENABLE_TRACE
#define HTTPCLIENT_TESTSUITE 1
#endif
struct http_client_ssl {
int connected;
int shutdown;