aboutsummaryrefslogtreecommitdiff
path: root/tests/httpclient.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-03-02 16:38:49 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-02 17:15:47 -0800
commit6ea6b8659ffc2bdff325a3d71c67cc1cfb854c51 (patch)
treeef6f6fc35e71f2279b118e6b9cbfecd275b696cf /tests/httpclient.c
parent48a1033794eb423c3f216bba02abd61240306e0d (diff)
downloadnng-6ea6b8659ffc2bdff325a3d71c67cc1cfb854c51.tar.gz
nng-6ea6b8659ffc2bdff325a3d71c67cc1cfb854c51.tar.bz2
nng-6ea6b8659ffc2bdff325a3d71c67cc1cfb854c51.zip
Isolate TLS functions into separate tls.h header file.
Diffstat (limited to 'tests/httpclient.c')
-rw-r--r--tests/httpclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/httpclient.c b/tests/httpclient.c
index 7a38ed8d..db107f74 100644
--- a/tests/httpclient.c
+++ b/tests/httpclient.c
@@ -17,6 +17,7 @@
// Basic HTTP client tests.
#include "core/nng_impl.h"
+#include "supplemental/tls/tls.h"
#include "supplemental/http/http.h"
#include "supplemental/sha1/sha1.h"