diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-09 07:20:11 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-09 07:20:11 -0700 |
| commit | 9601545c27c948e9df530c5f0a912fb15cab9101 (patch) | |
| tree | 40d5d11f74468cc37354d33c5c40f167d28650e0 /src/sp/transport/tls | |
| parent | 9720d7031259dbfb775b9a251d735f1574339a92 (diff) | |
| download | nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.gz nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.bz2 nng-9601545c27c948e9df530c5f0a912fb15cab9101.zip | |
header file fixes
Diffstat (limited to 'src/sp/transport/tls')
| -rw-r--r-- | src/sp/transport/tls/tls.c | 2 | ||||
| -rw-r--r-- | src/sp/transport/tls/tls_tran_test.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/sp/transport/tls/tls.c b/src/sp/transport/tls/tls.c index 528b05ec..ae613278 100644 --- a/src/sp/transport/tls/tls.c +++ b/src/sp/transport/tls/tls.c @@ -14,8 +14,6 @@ #include "../../../core/nng_impl.h" -#include "nng/nng.h" - // TLS over TCP transport. Platform specific TCP operations must be // supplied as well, and uses the supplemental TLS v1.2 code. It is not // an accident that this very closely resembles the TCP transport itself. diff --git a/src/sp/transport/tls/tls_tran_test.c b/src/sp/transport/tls/tls_tran_test.c index 1b69c65f..3a5e6805 100644 --- a/src/sp/transport/tls/tls_tran_test.c +++ b/src/sp/transport/tls/tls_tran_test.c @@ -10,8 +10,6 @@ // found online at https://opensource.org/licenses/MIT. // -#include "nng/nng.h" - #include "../../../testing/nuts.h" // TLS tests. |
