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/tools/nngcat | |
| 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/tools/nngcat')
| -rw-r--r-- | src/tools/nngcat/nngcat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/nngcat/nngcat.c b/src/tools/nngcat/nngcat.c index 29a8d928..dc998cf3 100644 --- a/src/tools/nngcat/nngcat.c +++ b/src/tools/nngcat/nngcat.c @@ -18,7 +18,6 @@ #include <string.h> #include <nng/nng.h> -#include <nng/supplemental/tls/tls.h> #include <nng/supplemental/util/options.h> // Globals. We need this to avoid passing around everything. |
