diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-10 23:43:47 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-11 00:08:40 +0200 |
| commit | 28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch) | |
| tree | 1f045b4c55d9556557758f5cfa9457d07e988aa9 /auth.c | |
| parent | e3177b549d5fb9c065d336cbb95301f48e29863a (diff) | |
| download | slcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz | |
Apply slweb renaming to libweb
Diffstat (limited to 'auth.c')
| -rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "auth.h" #include "hex.h" #include "jwt.h" -#include <slweb/http.h> +#include <libweb/http.h> #include <cjson/cJSON.h> #include <dynstr.h> #include <openssl/sha.h> |
