diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-04 11:45:29 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-04 12:34:16 -0800 |
| commit | f82df257d6fc23477d7260f82ec66971be2813a2 (patch) | |
| tree | e535a5cdb8696fcc5e5487a75d1961d84212f340 /src/sp/transport/tls | |
| parent | d7fa10e49e693793d874100652b6ca5741b63365 (diff) | |
| download | nng-f82df257d6fc23477d7260f82ec66971be2813a2.tar.gz nng-f82df257d6fc23477d7260f82ec66971be2813a2.tar.bz2 nng-f82df257d6fc23477d7260f82ec66971be2813a2.zip | |
api: fold TLS supplemental headers into nng.h
Diffstat (limited to 'src/sp/transport/tls')
| -rw-r--r-- | src/sp/transport/tls/tls.c | 1 | ||||
| -rw-r--r-- | src/sp/transport/tls/tls_tran_test.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/sp/transport/tls/tls.c b/src/sp/transport/tls/tls.c index c8926c41..a0072ddd 100644 --- a/src/sp/transport/tls/tls.c +++ b/src/sp/transport/tls/tls.c @@ -15,7 +15,6 @@ #include "core/nng_impl.h" #include "nng/nng.h" -#include "nng/supplemental/tls/tls.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 diff --git a/src/sp/transport/tls/tls_tran_test.c b/src/sp/transport/tls/tls_tran_test.c index 4e3ea00b..23471e59 100644 --- a/src/sp/transport/tls/tls_tran_test.c +++ b/src/sp/transport/tls/tls_tran_test.c @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2018 Devolutions <info@devolutions.net> // Copyright 2018 Cody Piersall <cody.piersall@gmail.com> @@ -11,7 +11,6 @@ // #include "nng/nng.h" -#include "nng/supplemental/tls/tls.h" #include <nuts.h> // TLS tests. |
