aboutsummaryrefslogtreecommitdiff
path: root/src/core/stream.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-04 11:45:29 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-04 12:34:16 -0800
commitf82df257d6fc23477d7260f82ec66971be2813a2 (patch)
treee535a5cdb8696fcc5e5487a75d1961d84212f340 /src/core/stream.c
parentd7fa10e49e693793d874100652b6ca5741b63365 (diff)
downloadnng-f82df257d6fc23477d7260f82ec66971be2813a2.tar.gz
nng-f82df257d6fc23477d7260f82ec66971be2813a2.tar.bz2
nng-f82df257d6fc23477d7260f82ec66971be2813a2.zip
api: fold TLS supplemental headers into nng.h
Diffstat (limited to 'src/core/stream.c')
-rw-r--r--src/core/stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stream.c b/src/core/stream.c
index 8686e5b2..1af8e572 100644
--- a/src/core/stream.c
+++ b/src/core/stream.c
@@ -1,5 +1,5 @@
//
-// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -13,7 +13,6 @@
#include <string.h>
#include "core/nng_impl.h"
-#include <nng/supplemental/tls/tls.h>
#include "core/sockfd.h"
#include "core/tcp.h"