From fdf6dc246460504ce3ead44f79f4df0ab5edd918 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 9 Mar 2023 01:14:10 +0100 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc00b3a..517959c 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ OBJECTS = \ base64.o \ cftw.o \ handler.o \ + hex.o \ html.o \ http.o \ jwt.o \ -- cgit v1.2.3