aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-09 01:14:10 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-09 01:14:10 +0100
commitad7fb045add90c3e4b3b7abe2a20eea3d05cfb1d (patch)
treed8391ddb2fbf7eeb1136f0ace915b079c77eff3c /CMakeLists.txt
parente0fc222f1d3dc1a6672bdbbd7009b08cfd49d776 (diff)
downloadslcl-ad7fb045add90c3e4b3b7abe2a20eea3d05cfb1d.tar.gz
Move decode_hex into its own file
- Error detection against strotul(3) has been improved, as done in other places. - New function encode_hex has been implemented, which will be used by future commits.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2578291..83c25b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,7 @@ add_executable(${PROJECT_NAME}
base64.c
cftw.c
handler.c
+ hex.c
html.c
http.c
jwt.c