diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-01 13:10:08 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-01 13:15:31 -0800 |
| commit | 8294f8993d10385e8470ce8270a8bf64047b8b07 (patch) | |
| tree | 68dc3cd8cd6fb420b2ef97921c1ce94c8ce5d284 /cmake | |
| parent | 61d581e2343af9677815fa7dc13e8a36a6f5ec3e (diff) | |
| download | nng-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 'cmake')
| -rw-r--r-- | cmake/NNGOptions.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/NNGOptions.cmake b/cmake/NNGOptions.cmake index c0b6d63a..b0512c45 100644 --- a/cmake/NNGOptions.cmake +++ b/cmake/NNGOptions.cmake @@ -142,6 +142,4 @@ if (NNG_TRANSPORT_WS OR NNG_TRANSPORT_WSS) # Make sure things we *MUST* have are enabled. set(NNG_SUPP_WEBSOCKET ON) set(NNG_SUPP_HTTP ON) - set(NNG_SUPP_BASE64 ON) - set(NNG_SUPP_SHA1 ON) endif() |
