aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-01 13:10:08 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-01 13:15:31 -0800
commit8294f8993d10385e8470ce8270a8bf64047b8b07 (patch)
tree68dc3cd8cd6fb420b2ef97921c1ce94c8ce5d284 /src/supplemental/CMakeLists.txt
parent61d581e2343af9677815fa7dc13e8a36a6f5ec3e (diff)
downloadnng-8294f8993d10385e8470ce8270a8bf64047b8b07.tar.gz
nng-8294f8993d10385e8470ce8270a8bf64047b8b07.tar.bz2
nng-8294f8993d10385e8470ce8270a8bf64047b8b07.zip
base64: move it to private for websockets
There are no other consumers for this, and reasonably unlikely to be others for now. (Other use cases are JWTs, but that would be another whole set of functionality that we're not ready to take on.)
Diffstat (limited to 'src/supplemental/CMakeLists.txt')
-rw-r--r--src/supplemental/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/supplemental/CMakeLists.txt b/src/supplemental/CMakeLists.txt
index 9bbddc44..9a54beea 100644
--- a/src/supplemental/CMakeLists.txt
+++ b/src/supplemental/CMakeLists.txt
@@ -9,7 +9,6 @@
nng_directory(supplemental)
-add_subdirectory(base64)
add_subdirectory(http)
add_subdirectory(tls)
add_subdirectory(util)