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 /src/supplemental/websocket/websocket.c | |
| 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 'src/supplemental/websocket/websocket.c')
| -rw-r--r-- | src/supplemental/websocket/websocket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/supplemental/websocket/websocket.c b/src/supplemental/websocket/websocket.c index 9cb1a677..84d3fd72 100644 --- a/src/supplemental/websocket/websocket.c +++ b/src/supplemental/websocket/websocket.c @@ -16,8 +16,7 @@ #include "core/nng_impl.h" #include "supplemental/http/http_api.h" -#include "supplemental/base64/base64.h" - +#include "base64.h" #include "sha1.h" #include "websocket.h" |
