From 2d59ddc18e0e947b75249634531e67e2499a57ab Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 11 Apr 2018 12:57:44 -0700 Subject: We need to declare the TLS structure here. Applications which may not even be using TLS should not have to know about the TLS configuration structure. --- src/supplemental/http/http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/supplemental/http/http.h b/src/supplemental/http/http.h index fb96ce59..470ffbfa 100644 --- a/src/supplemental/http/http.h +++ b/src/supplemental/http/http.h @@ -21,6 +21,8 @@ extern "C" { #include +typedef struct nng_tls_config nng_tls_config; + // HTTP status codes. This list is not exhaustive. enum nng_http_status { NNG_HTTP_STATUS_CONTINUE = 100, -- cgit v1.2.3-70-g09d2