From 6ea6b8659ffc2bdff325a3d71c67cc1cfb854c51 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 2 Mar 2018 16:38:49 -0800 Subject: Isolate TLS functions into separate tls.h header file. --- src/supplemental/tls/none/tls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/supplemental/tls/none') diff --git a/src/supplemental/tls/none/tls.c b/src/supplemental/tls/none/tls.c index beaf322c..8177ff61 100644 --- a/src/supplemental/tls/none/tls.c +++ b/src/supplemental/tls/none/tls.c @@ -18,6 +18,7 @@ #include "core/nng_impl.h" #include "supplemental/tls/tls.h" +#include "supplemental/tls/tls_api.h" void nni_tls_config_fini(nng_tls_config *cfg) @@ -174,4 +175,4 @@ void nng_tls_config_free(nng_tls_config *cfg) { NNI_ARG_UNUSED(cfg); -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2