diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-09 01:14:10 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-09 01:14:10 +0100 |
| commit | ad7fb045add90c3e4b3b7abe2a20eea3d05cfb1d (patch) | |
| tree | d8391ddb2fbf7eeb1136f0ace915b079c77eff3c /Makefile | |
| parent | e0fc222f1d3dc1a6672bdbbd7009b08cfd49d776 (diff) | |
| download | slcl-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 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ OBJECTS = \ base64.o \ cftw.o \ handler.o \ + hex.o \ html.o \ http.o \ jwt.o \ |
